- allow for make /path/to/dir/file.o
This commit is contained in:
2
Makefile
2
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 > $@
|
||||
|
Reference in New Issue
Block a user