summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>1995-12-07 08:41:11 +0000
committerFrancesco Potortì <pot@gnu.org>1995-12-07 08:41:11 +0000
commit46b4bfc23899220f26cd11ae9e54f7c3a931b303 (patch)
tree9f8edcca7e77671b3c891c32e9f972242dbd027e
parent14c6f729fd917bfde634225b0174fd0aab9d024a (diff)
downloademacs-46b4bfc23899220f26cd11ae9e54f7c3a931b303.tar.gz
* Makefile.in (ctags): depend on etags only for simplicity;
compile with regexp support enabled.
-rw-r--r--lib-src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 38ac0c3b225..6e98c78b11b 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -332,8 +332,8 @@ 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: ${srcdir}/etags.c $(GETOPTDEPS) etags
- $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags
+ctags: etags
+ $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
wakeup: ${srcdir}/wakeup.c
$(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup