From 86ee08b08e6fa344bc22b28a7fe1cb0f810d7fec Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 28 Nov 2005 16:53:28 +0000 Subject: Add new regex code from glibc, this is almost double size of the earlier one, but passes sed tests (and thus allows making sed shrink from 91k to 42k --- libc/misc/regex/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/misc/regex/Makefile.in') diff --git a/libc/misc/regex/Makefile.in b/libc/misc/regex/Makefile.in index 5c86e874d..9cd403add 100644 --- a/libc/misc/regex/Makefile.in +++ b/libc/misc/regex/Makefile.in @@ -6,7 +6,11 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +ifeq ($(UCLIBC_HAS_REGEX_OLD),y) CSRC:=regex_old.c +else +CSRC:=regex.c +endif MISC_REGEX_DIR:=$(top_srcdir)libc/misc/regex MISC_REGEX_OUT:=$(top_builddir)libc/misc/regex -- cgit v1.2.3