From dcffdb09984daabb61402ad801ea8a851887de82 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 10 Oct 2003 10:04:06 +0000 Subject: 2003-10-09 Alfred M. Szmidt * Makeconf (TAGS): Add a space between the function `strip' and its argument. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 8c84910a..63e5d24c 100644 --- a/Makeconf +++ b/Makeconf @@ -411,7 +411,7 @@ TAGSFILES=$(SRCS) $(OTHERTAGS) endif TAGS: $(TAGSFILES) -ifeq ($(strip($(TAGSFILES))),) +ifeq ($(strip ($(TAGSFILES))),) # no tags, but parent will include this file, so make empty one. > $@ else -- cgit v1.2.3