We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2871345 + 8c8bdcc commit b613b36Copy full SHA for b613b36
AppMakefile.mk
@@ -69,9 +69,9 @@ include $(2)/Makefile.version
69
70
$$($(3)_SENTINEL_FILE):
71
$$(MAKE) -C $(2) -f Makefile.setup all
72
- $$(MAKE) -C $(2) -f Makefile all
73
74
-$(1): $$($(3)_SENTINEL_FILE) ;
+$(1): $$($(3)_SENTINEL_FILE)
+ $$(MAKE) -C $(2) -f Makefile all
75
else
76
# No Makefile.version, so this will work the first time the library is built.
77
$(1):
0 commit comments