From: Francesco Potortì Date: Thu, 7 Dec 1995 08:41:11 +0000 (+0000) Subject: * Makefile.in (ctags): depend on etags only for simplicity; X-Git-Tag: emacs-19.34~2165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ff164dd43938c8d1f694fc956b643f9867b059d;p=emacs.git * Makefile.in (ctags): depend on etags only for simplicity; compile with regexp support enabled. --- 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