From e85a3cc110b0ffc1cd346a4792b5afa614dd21dd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 13 May 2017 01:13:51 -0400 Subject: GNUmakefile: force the sub-make to always run --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index b8bfc3528b..667391a879 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,3 +11,4 @@ $(target): @+$(MAKE) -f Makefile --no-builtin-rules --no-builtin-variables --warn-undefined-variables $(MAKECMDGOALS) $(or $(call rest,$(MAKECMDGOALS)),_$(target)): $(target) @: +.PHONY: $(sort $(target) _$(target) $(MAKECMDGOALS)) -- cgit v1.2.3-54-g00ecf