diff options
| author | Richard M. Stallman | 1995-11-14 02:59:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-14 02:59:27 +0000 |
| commit | 641acd26cd2fc5675bfb0524b6f545112c465839 (patch) | |
| tree | ee32cc3a169610d4d06cbb94cbd52274a6d49f77 /lib-src | |
| parent | 221cc4f4dc643b9196b8258fe0c30fb2a23d47e5 (diff) | |
| download | emacs-641acd26cd2fc5675bfb0524b6f545112c465839.tar.gz emacs-641acd26cd2fc5675bfb0524b6f545112c465839.zip | |
(regex.o): Depend on ../src/config.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
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 | |||
| 324 | REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h | 324 | REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h |
| 325 | #endif | 325 | #endif |
| 326 | 326 | ||
| 327 | regex.o: ../src/regex.c ../src/regex.h | 327 | regex.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 | ||
| 330 | etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h | 330 | etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h |