diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makeconf | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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. @@ -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 |