Replace pseudo all target with catch-all %

This should fix the CI broken in-tree builds.
This commit is contained in:
Mahmoud Al-Qudsi 2019-12-18 22:11:02 -06:00
parent abc2468c70
commit 2a14199421

View File

@ -22,7 +22,7 @@ endif
MAKE_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
ifeq ($(shell test -f $(MAKE_DIR)/Makefile && echo 1), 1)
all:
%:
@+$(MAKE) -f $(MAKE_DIR)/Makefile $(MAKECMDGOALS) --no-print-directory
else