aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 034234f6f18..f1c098a16bc 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -302,8 +302,14 @@ getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
302alloca.o: ${srcdir}/alloca.c 302alloca.o: ${srcdir}/alloca.c
303 ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c 303 ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c
304 304
305#ifdef REGEXP_IN_LIBC
306REGEXPOBJ =
307REGEXPDEPS =
308#else
305REGEXPOBJ = regex.o 309REGEXPOBJ = regex.o
306REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h 310REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h
311#endif
312
307regex.o: ../src/regex.c ../src/regex.h 313regex.o: ../src/regex.c ../src/regex.h
308 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c 314 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
309 315