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 | 57410d1c06b9cf89896292b03a8a9991bad138e2 (patch) | |
tree | d561ebb9c4f089390ee3919ebe24ec92f29e5c71 /lib-src | |
parent | 3b75bf3ce519d823aefbec57a2e004e59f87c5ed (diff) | |
download | emacs-57410d1c06b9cf89896292b03a8a9991bad138e2.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. */ |