- allow for make /path/to/dir/file.o
This commit is contained in:
parent
022eb311d5
commit
9b6b894422
2
Makefile
2
Makefile
@ -100,7 +100,7 @@ saved-output := $(PACKAGE_OUTPUTDIR)
|
|||||||
$(if $(wildcard $(PACKAGE_OUTPUTDIR)),, \
|
$(if $(wildcard $(PACKAGE_OUTPUTDIR)),, \
|
||||||
$(error output directory "$(saved-output)" does not exist))
|
$(error output directory "$(saved-output)" does not exist))
|
||||||
|
|
||||||
.PHONY: $(MAKECMDGOALS)
|
.PHONY: $(filter $(noconfig_targets),$(MAKECMDGOALS))
|
||||||
|
|
||||||
$(PACKAGE_OUTPUTDIR)/Rules.mak:
|
$(PACKAGE_OUTPUTDIR)/Rules.mak:
|
||||||
@echo > $@
|
@echo > $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user