diff options
author | Francesco Potortì <pot@gnu.org> | 1997-06-02 09:02:13 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 1997-06-02 09:02:13 +0000 |
commit | 59aacecbf2066b917de5bf57d8296b4832d9f205 (patch) | |
tree | 9ff22b7d7210191efb7206ecca3313e3841d08d7 /lib-src/Makefile.in | |
parent | ea224d5b333f441c4b89553c50cc4c5b1575c3a5 (diff) | |
download | emacs-59aacecbf2066b917de5bf57d8296b4832d9f205.tar.gz |
Also remove -DETAGS_REGEXPS from the target ctags:
Diffstat (limited to 'lib-src/Makefile.in')
-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 c99e5c961ac..044b8d93e5c 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -351,7 +351,7 @@ etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h /* 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 |