From df0861ad026886985c231d733e57938d7be04cda Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 11 Jan 2012 10:41:24 +0200 Subject: [PATCH] Makefile: dummy commit The point is to give Colin S. Miller the credit for a hack to get the current goal's word-in-a-list position: http://lists.gnu.org/archive/html/help-gnu-utils/2010-05/msg00004.html --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9daa4ab6..035ef679 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ clean distclean help: export NUM_TARGETS := $(words $(MAKECMDGOALS)) +# real targets need real work %: @n=1; \ if [ "$(NUM_TARGETS)" -gt 1 ]; then \