aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-02 17:38:15 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-02 17:38:15 +0000
commit9b6b8944224a1e79165204e2db812510f1441e15 (patch)
tree59973085c2fee3adbb3485edf30350f3384b1594 /Makefile
parent022eb311d57ba252423c3dc4398cda1d41ae986c (diff)
downloadbusybox-9b6b8944224a1e79165204e2db812510f1441e15.tar.gz
- allow for make /path/to/dir/file.o
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 > $@