From e2542dcc6e94d86b8b844f6ab0ce32ed329d39ee Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Tue, 7 Jun 2011 13:16:48 +0200 Subject: [PATCH] build: Mark all-yes Makefile target as phony. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3510a1ed599..59a16920185 100644 --- a/Makefile +++ b/Makefile @@ -198,5 +198,5 @@ $(sort $(OBJDIRS)): # so this saves some time on slow systems. .SUFFIXES: -.PHONY: all alltools *clean check config examples install* +.PHONY: all all-yes alltools *clean check config examples install* .PHONY: testprogs uninstall* -- GitLab