From aaa3c227b85756dd5c338c2cd156935c12a4a013 Mon Sep 17 00:00:00 2001
From: Timo Teras <timo.teras@iki.fi>
Date: Thu, 16 Apr 2009 18:06:35 +0300
Subject: [PATCH] build: eliminate "Nothing to be done for `all'" message

---
 Make.rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Make.rules b/Make.rules
index cb4e20dd..c864064c 100644
--- a/Make.rules
+++ b/Make.rules
@@ -238,7 +238,11 @@ endif
 %/: FORCE
 	$(Q)$(MAKE) -f Make.rules build=$(build-dir) $(MAKECMDGOALS)
 
-compile install:: $(targets)
+compile: $(targets)
+	@:
+
+install:: $(targets) FORCE
+	@:
 
 clean: $(filter %/,$(targets))
 ifeq ($(toplevelrun),yes)
-- 
GitLab