diff lib-src/Makefile.in @ 13695:30147ba2d776

* Makefile.in (ctags): depend on etags only for simplicity; compile with regexp support enabled.
author Francesco Potort? <pot@gnu.org>
date Thu, 07 Dec 1995 08:41:11 +0000
parents d2fcf9de0218
children db3649779fcc
line wrap: on
line diff
--- a/lib-src/Makefile.in	Wed Dec 06 21:19:47 1995 +0000
+++ b/lib-src/Makefile.in	Thu Dec 07 08:41:11 1995 +0000
@@ -332,8 +332,8 @@
 
 /* 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