We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbf110 commit 812d437Copy full SHA for 812d437
1 file changed
src/amuse_gadget2/Makefile
@@ -24,9 +24,15 @@ build_%:
24
build_%/makefile_options: makefile_options_% | build_%
25
cp makefile_options_$* $@
26
27
-build_%/$(CODELIB) build_%/allvars.o &: build_%/makefile_options FORCE
+build_%/$(CODELIB): build_%/makefile_options FORCE
28
$(MAKE) -C build_$* -f ../src/Makefile -j $(CPU_COUNT) all VPATH=../src
29
30
+build_%/allvars.o: build_%/$(CODELIB) FORCE
31
+ @true
32
+
33
+#build_%/allvars.o: build_%/makefile_options FORCE
34
+# $(MAKE) -C build_$* -f ../src/Makefile -j $(CPU_COUNT) all VPATH=../src
35
36
37
# Load code configuration
38
OPT :=
0 commit comments