From 755f5c8707dae097db88b8abaa16b2af92965957 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Jul 1993 03:29:43 +0000 Subject: [PATCH] (etags): Depend on ../src/config.h. --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5