diff options
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 |