Mercurial > emacs
changeset 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 | 73433c3071a5 |
children | f89aa5a5c485 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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