mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:37:36 +08:00
Replace pseudo all
target with catch-all %
This should fix the CI broken in-tree builds.
This commit is contained in:
parent
abc2468c70
commit
2a14199421
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user