We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbf110 commit 7eb0d80Copy full SHA for 7eb0d80
1 file changed
src/amuse_gadget2/Makefile
@@ -24,9 +24,12 @@ 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
34
# Load code configuration
35
OPT :=
0 commit comments