aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9d0b7c6c..ccd486fba 100644
--- 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 > $@