diff options
| author | Francesco Potortì | 1995-12-07 08:41:11 +0000 |
|---|---|---|
| committer | Francesco Potortì | 1995-12-07 08:41:11 +0000 |
| commit | 1ff164dd43938c8d1f694fc956b643f9867b059d (patch) | |
| tree | 46730b74d7f8424516bac4fafaefd0a05d6c4828 /lib-src | |
| parent | 7e988fb615565b9b757501f340d05278bdd09cee (diff) | |
| download | emacs-1ff164dd43938c8d1f694fc956b643f9867b059d.tar.gz emacs-1ff164dd43938c8d1f694fc956b643f9867b059d.zip | |
* Makefile.in (ctags): depend on etags only for simplicity;
compile with regexp support enabled.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 38ac0c3b225..6e98c78b11b 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -332,8 +332,8 @@ etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h | |||
| 332 | 332 | ||
| 333 | /* We depend on etags to assure that parallel makes don't write two | 333 | /* We depend on etags to assure that parallel makes don't write two |
| 334 | etags.o files on top of each other. */ | 334 | etags.o files on top of each other. */ |
| 335 | ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags | 335 | ctags: etags |
| 336 | $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags | 336 | $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags |
| 337 | 337 | ||
| 338 | wakeup: ${srcdir}/wakeup.c | 338 | wakeup: ${srcdir}/wakeup.c |
| 339 | $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup | 339 | $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup |