aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2003-10-10 10:04:06 +0000
committerMarcus Brinkmann <marcus@gnu.org>2003-10-10 10:04:06 +0000
commitdcffdb09984daabb61402ad801ea8a851887de82 (patch)
treebf373a72523c3036edca991bf74b07fbfe22f2f7
parent2e1fed47c7611b583587b7c80fcba117e8f17689 (diff)
downloadhurd-dcffdb09984daabb61402ad801ea8a851887de82.tar.gz
hurd-dcffdb09984daabb61402ad801ea8a851887de82.tar.bz2
hurd-dcffdb09984daabb61402ad801ea8a851887de82.zip
2003-10-09 Alfred M. Szmidt <ams@kemisten.nu>
* Makeconf (TAGS): Add a space between the function `strip' and its argument.
-rw-r--r--ChangeLog5
-rw-r--r--Makeconf2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 79926cf5..0e874c39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-09 Alfred M. Szmidt <ams@kemisten.nu>
+
+ * Makeconf (TAGS): Add a space between the function `strip' and
+ its argument.
+
2003-02-15 Roland McGrath <roland@frob.com>
* configure: New generated file, now in the repository.
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