diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-02 17:38:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-02 17:38:15 +0000 |
commit | 9b6b8944224a1e79165204e2db812510f1441e15 (patch) | |
tree | 59973085c2fee3adbb3485edf30350f3384b1594 | |
parent | 022eb311d57ba252423c3dc4398cda1d41ae986c (diff) | |
download | busybox-9b6b8944224a1e79165204e2db812510f1441e15.tar.gz |
- allow for make /path/to/dir/file.o
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 > $@ |