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-w32-9b6b8944224a1e79165204e2db812510f1441e15.tar.gz busybox-w32-9b6b8944224a1e79165204e2db812510f1441e15.tar.bz2 busybox-w32-9b6b8944224a1e79165204e2db812510f1441e15.zip |
- 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) | |||
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 > $@ |