diff options
| author | Richard M. Stallman | 1993-07-21 03:29:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-21 03:29:43 +0000 |
| commit | 755f5c8707dae097db88b8abaa16b2af92965957 (patch) | |
| tree | 2847836ca1af867543f0d270ff866e3d754ae03b /lib-src | |
| parent | b2327b207708c7a3394846665664a7fc89e5be06 (diff) | |
| download | emacs-755f5c8707dae097db88b8abaa16b2af92965957.tar.gz emacs-755f5c8707dae097db88b8abaa16b2af92965957.zip | |
(etags): Depend on ../src/config.h.
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 769b239ca1b..2ea43a77989 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -210,7 +210,7 @@ getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h | |||
| 210 | getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h | 210 | getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h |
| 211 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c | 211 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c |
| 212 | 212 | ||
| 213 | etags: ${srcdir}/etags.c $(GETOPTDEPS) | 213 | etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h |
| 214 | $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags | 214 | $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags |
| 215 | 215 | ||
| 216 | # We depend on etags to assure that parallel makes don't write two | 216 | # We depend on etags to assure that parallel makes don't write two |