Mercurial > emacs
diff lib-src/Makefile.in @ 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 | c2d71b9b8f75 |
| children | edba448dc1c0 |
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
