From 641acd26cd2fc5675bfb0524b6f545112c465839 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Nov 1995 02:59:27 +0000 Subject: [PATCH] (regex.o): 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 411e7fec6c6..38ac0c3b225 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -324,7 +324,7 @@ REGEXPOBJ = regex.o REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h #endif -regex.o: ../src/regex.c ../src/regex.h +regex.o: ../src/regex.c ../src/regex.h ../src/config.h ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h -- 2.39.2