changeset 13537:d2fcf9de0218

(regex.o): Depend on ../src/config.h.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Nov 1995 02:59:27 +0000
parents af2fc95b03f0
children 937a007d5afc
files lib-src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Mon Nov 13 20:24:46 1995 +0000
+++ b/lib-src/Makefile.in	Tue Nov 14 02:59:27 1995 +0000
@@ -324,7 +324,7 @@
 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