From: Bernhard Reutner-Fischer Date: Thu, 2 Mar 2006 17:38:15 +0000 (-0000) Subject: - allow for make /path/to/dir/file.o X-Git-Tag: 1_1_0~125 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b6b8944224a1e79165204e2db812510f1441e15;p=oweals%2Fbusybox.git - allow for make /path/to/dir/file.o --- 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 > $@