diff options
| author | Francesco Potortì | 1997-06-02 09:02:13 +0000 |
|---|---|---|
| committer | Francesco Potortì | 1997-06-02 09:02:13 +0000 |
| commit | 59aacecbf2066b917de5bf57d8296b4832d9f205 (patch) | |
| tree | 9ff22b7d7210191efb7206ecca3313e3841d08d7 /lib-src | |
| parent | ea224d5b333f441c4b89553c50cc4c5b1575c3a5 (diff) | |
| download | emacs-59aacecbf2066b917de5bf57d8296b4832d9f205.tar.gz emacs-59aacecbf2066b917de5bf57d8296b4832d9f205.zip | |
Also remove -DETAGS_REGEXPS from the target ctags:
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 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 | |||
| 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. */ |
| 353 | ctags: etags | 353 | ctags: etags |
| 354 | $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags | 354 | $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags |
| 355 | 355 | ||
| 356 | profile: ${srcdir}/profile.c | 356 | profile: ${srcdir}/profile.c |
| 357 | $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile | 357 | $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile |