diff options
author | Francesco Potortì <pot@gnu.org> | 1997-05-30 16:07:16 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 1997-05-30 16:07:16 +0000 |
commit | 0b532ca2ca2227c132dce39c31fec64b452a077a (patch) | |
tree | 77ad87d48577f4d27a329748275a06087fdafaaa /lib-src | |
parent | 309032468c14b17ac48763377be5dc1dbb3867d3 (diff) | |
download | emacs-0b532ca2ca2227c132dce39c31fec64b452a077a.tar.gz |
* Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
defined inside etags.c if HAVE_CONFIG_H is defined.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index bb8852b6b25..c99e5c961ac 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -346,7 +346,7 @@ regex.o: ../src/regex.c ../src/regex.h ../src/config.h ${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. */ |