From: Richard M. Stallman Date: Tue, 14 Nov 1995 02:59:27 +0000 (+0000) Subject: (regex.o): Depend on ../src/config.h. X-Git-Tag: emacs-19.34~2323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=641acd26cd2fc5675bfb0524b6f545112c465839;p=emacs.git (regex.o): Depend on ../src/config.h. --- 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