- allow for make /path/to/dir/file.o
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 2 Mar 2006 17:38:15 +0000 (17:38 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 2 Mar 2006 17:38:15 +0000 (17:38 -0000)
Makefile

index d9d0b7c6c509b9cd9e5ff0ec6ab9f83533468bb5..ccd486fbafc9f7f8f236561fff6cb07c8770cc85 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ saved-output := $(PACKAGE_OUTPUTDIR)
 $(if $(wildcard $(PACKAGE_OUTPUTDIR)),, \
      $(error output directory "$(saved-output)" does not exist))
 
-.PHONY: $(MAKECMDGOALS)
+.PHONY: $(filter $(noconfig_targets),$(MAKECMDGOALS))
 
 $(PACKAGE_OUTPUTDIR)/Rules.mak:
        @echo > $@