- allow for make /path/to/dir/file.o

This commit is contained in:
Bernhard Reutner-Fischer 2006-03-02 17:38:15 +00:00
parent 022eb311d5
commit 9b6b894422

View File

@ -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 > $@