diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-10-10 10:04:06 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-10-10 10:04:06 +0000 |
commit | dcffdb09984daabb61402ad801ea8a851887de82 (patch) | |
tree | bf373a72523c3036edca991bf74b07fbfe22f2f7 /Makeconf | |
parent | 2e1fed47c7611b583587b7c80fcba117e8f17689 (diff) |
2003-10-09 Alfred M. Szmidt <ams@kemisten.nu>
* Makeconf (TAGS): Add a space between the function `strip' and
its argument.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |