aboutsummaryrefslogtreecommitdiff
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
parent022eb311d57ba252423c3dc4398cda1d41ae986c (diff)
downloadbusybox-w32-9b6b8944224a1e79165204e2db812510f1441e15.tar.gz
busybox-w32-9b6b8944224a1e79165204e2db812510f1441e15.tar.bz2
busybox-w32-9b6b8944224a1e79165204e2db812510f1441e15.zip
- allow for make /path/to/dir/file.o
-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 > $@