]> git.eshelyaron.com Git - emacs.git/commitdiff
(regex.o): Depend on ../src/config.h.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 02:59:27 +0000 (02:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 02:59:27 +0000 (02:59 +0000)
lib-src/Makefile.in

index 411e7fec6c6421879de58c911e18d690f5ef4fe0..38ac0c3b22541fdd14e897bd9ea3852ffb99cd82 100644 (file)
@@ -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