aboutsummaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
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