diff options
| author | Francesco Potortì | 1997-05-30 16:07:16 +0000 |
|---|---|---|
| committer | Francesco Potortì | 1997-05-30 16:07:16 +0000 |
| commit | 0b532ca2ca2227c132dce39c31fec64b452a077a (patch) | |
| tree | 77ad87d48577f4d27a329748275a06087fdafaaa /lib-src | |
| parent | 309032468c14b17ac48763377be5dc1dbb3867d3 (diff) | |
| download | emacs-0b532ca2ca2227c132dce39c31fec64b452a077a.tar.gz emacs-0b532ca2ca2227c132dce39c31fec64b452a077a.zip | |
* 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 | |||
| 346 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c | 346 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c |
| 347 | 347 | ||
| 348 | etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h | 348 | etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h |
| 349 | $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags | 349 | $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags |
| 350 | 350 | ||
| 351 | /* We depend on etags to assure that parallel makes don't write two | 351 | /* We depend on etags to assure that parallel makes don't write two |
| 352 | etags.o files on top of each other. */ | 352 | etags.o files on top of each other. */ |