summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-14 02:59:27 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-14 02:59:27 +0000
commit850ef777337e51074d04ece32aeea298da504e51 (patch)
tree490c1e8af39bda8f5223959c39d6c1a8979a41de /lib-src
parent6ff0ff686e4ad47cdc794850fcc3bd4dc89ff2b7 (diff)
downloademacs-850ef777337e51074d04ece32aeea298da504e51.tar.gz
(regex.o): Depend on ../src/config.h.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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