From 85c0f7fcbf734f0d7fa9d863f8c32dc8aa492261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 30 Mar 2013 10:45:40 +0100 Subject: [PATCH] added new fake target dependencies to PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e41be19248..d4b98f781e 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ utility_LIBS = $(COMMON_LIBS) $(utility_DEPS) thirdparty/ICSharpCode.Shar PROGRAMS += utility utility: $(utility_TARGET) -.PHONY: $(PHONY) $(PROGRAMS) +.PHONY: $(PHONY) $(PROGRAMS) dependencies # # Generate build rules for each target defined above in PROGRAMS