aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
100$(if $(wildcard $(PACKAGE_OUTPUTDIR)),, \ 100$(if $(wildcard $(PACKAGE_OUTPUTDIR)),, \
101 $(error output directory "$(saved-output)" does not exist)) 101 $(error output directory "$(saved-output)" does not exist))
102 102
103.PHONY: $(MAKECMDGOALS) 103.PHONY: $(filter $(noconfig_targets),$(MAKECMDGOALS))
104 104
105$(PACKAGE_OUTPUTDIR)/Rules.mak: 105$(PACKAGE_OUTPUTDIR)/Rules.mak:
106 @echo > $@ 106 @echo > $@