|
@@ -150,7 +150,7 @@ NINJAFLAGS = $(if $V,-v) $(if $(MAKE.n), -n) $(if $(MAKE.k), -k0) \
|
|
ninja-cmd-goals = $(or $(MAKECMDGOALS), all)
|
|
ninja-cmd-goals = $(or $(MAKECMDGOALS), all)
|
|
ninja-cmd-goals += $(foreach g, $(MAKECMDGOALS), $(.ninja-goals.$g))
|
|
ninja-cmd-goals += $(foreach g, $(MAKECMDGOALS), $(.ninja-goals.$g))
|
|
|
|
|
|
-makefile-targets := build.ninja ctags TAGS cscope dist clean uninstall
|
|
|
|
|
|
+makefile-targets := build.ninja ctags TAGS cscope dist clean
|
|
# "ninja -t targets" also lists all prerequisites. If build system
|
|
# "ninja -t targets" also lists all prerequisites. If build system
|
|
# files are marked as PHONY, however, Make will always try to execute
|
|
# files are marked as PHONY, however, Make will always try to execute
|
|
# "ninja build.ninja".
|
|
# "ninja build.ninja".
|