aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-14 02:59:27 +0000
committerRichard M. Stallman1995-11-14 02:59:27 +0000
commit641acd26cd2fc5675bfb0524b6f545112c465839 (patch)
treeee32cc3a169610d4d06cbb94cbd52274a6d49f77 /lib-src
parent221cc4f4dc643b9196b8258fe0c30fb2a23d47e5 (diff)
downloademacs-641acd26cd2fc5675bfb0524b6f545112c465839.tar.gz
emacs-641acd26cd2fc5675bfb0524b6f545112c465839.zip
(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
324REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h 324REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h
325#endif 325#endif
326 326
327regex.o: ../src/regex.c ../src/regex.h 327regex.o: ../src/regex.c ../src/regex.h ../src/config.h
328 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c 328 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
329 329
330etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h 330etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h