Mercurial > emacs
diff lib-src/Makefile.in @ 18043:c2d71b9b8f75
* Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
defined inside etags.c if HAVE_CONFIG_H is defined.
| author | Francesco Potort? <pot@gnu.org> |
|---|---|
| date | Fri, 30 May 1997 16:07:16 +0000 |
| parents | 706a0a824356 |
| children | d5fb56e1813a |
line wrap: on
line diff
--- a/lib-src/Makefile.in Fri May 30 14:53:42 1997 +0000 +++ b/lib-src/Makefile.in Fri May 30 16:07:16 1997 +0000 @@ -346,7 +346,7 @@ ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h - $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags + $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags /* We depend on etags to assure that parallel makes don't write two etags.o files on top of each other. */
