From e63ceebf0d4c8fb6eb8c1564b710f4611c506234 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Apr 1995 02:30:06 +0000 Subject: [PATCH] [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS): Alternative (empty) definitions. --- lib-src/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 alloca.o: ${srcdir}/alloca.c ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c +#ifdef REGEXP_IN_LIBC +REGEXPOBJ = +REGEXPDEPS = +#else REGEXPOBJ = regex.o REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h +#endif + regex.o: ../src/regex.c ../src/regex.h ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c -- 2.39.5