From: Richard M. Stallman Date: Wed, 21 Jul 1993 03:29:43 +0000 (+0000) Subject: (etags): Depend on ../src/config.h. X-Git-Tag: emacs-19.34~11653 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=755f5c8707dae097db88b8abaa16b2af92965957;p=emacs.git (etags): Depend on ../src/config.h. --- 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 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c -etags: ${srcdir}/etags.c $(GETOPTDEPS) +etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags # We depend on etags to assure that parallel makes don't write two