# HG changeset patch # User Francesco Potort # Date 818325671 0 # Node ID 30147ba2d776ae6f21de9ff15927bee5e28a9b36 # Parent 73433c3071a57e8d31a3ec21823f7fb7e8a72d2f * Makefile.in (ctags): depend on etags only for simplicity; compile with regexp support enabled. diff -r 73433c3071a5 -r 30147ba2d776 lib-src/Makefile.in --- 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