Mercurial > emacs
changeset 18122:d5fb56e1813a
Also remove -DETAGS_REGEXPS from the target ctags:
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 02 Jun 1997 09:02:13 +0000 |
parents | 23ee33de4cca |
children | 7831ac89a334 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Mon Jun 02 06:34:28 1997 +0000 +++ b/lib-src/Makefile.in Mon Jun 02 09:02:13 1997 +0000 @@ -351,7 +351,7 @@ /* We depend on etags to assure that parallel makes don't write two etags.o files on top of each other. */ ctags: etags - $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags + $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags profile: ${srcdir}/profile.c $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile