summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>1997-06-02 09:02:13 +0000
committerFrancesco Potortì <pot@gnu.org>1997-06-02 09:02:13 +0000
commit4b59fe407b90b4dcb9bee3fcef755fc2725beb85 (patch)
treecf16ff8c862dd16d1ed92e881e58d60ad5d50808
parent98b1ecdd3c101974e7375123a55e47cb34f8fe72 (diff)
downloademacs-4b59fe407b90b4dcb9bee3fcef755fc2725beb85.tar.gz
Also remove -DETAGS_REGEXPS from the target ctags:
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index c99e5c961ac..044b8d93e5c 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -351,7 +351,7 @@ etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h
/* We depend on etags to assure that parallel makes don't write two
etags.o files on top of each other. */
ctags: etags
- $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
+ $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
profile: ${srcdir}/profile.c
$(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile