Skip to content

Commit 4fe67b4

Browse files
authored
Make sure configure does not get overwritten
On macOS, Make tries to run autoconf, which causes building Mesa to fail. The reason is that the configure file is slightly out-of-date. This fixes that. One of the weirder bugs I've seen...
1 parent 0fbf110 commit 4fe67b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/amuse_mesa_r15140/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ src/bin/fpx3_deps: | src/fpx3_deps
114114

115115
$(MESA_DIR)/utils/makedepf90-2.8.8: | $(MESA_DIR)
116116
cd $(MESA_DIR)/utils && tar xzf makedepf90-2.8.8.tar.gz -m
117+
touch $(MESA_DIR)/utils/makedepf90-2.8.8/configure
117118

118119
src/bin/makedepf90: | $(MESA_DIR)/utils/makedepf90-2.8.8 src/bin
119120
cd $(MESA_DIR)/utils/makedepf90-2.8.8 && ./configure

0 commit comments

Comments
 (0)