diff options
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 |