From 5351b7aa52a76c8a03525a75a888a0168ebebe7f Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Mar 2015 21:42:12 -0400 Subject: internal interfaces: regex: revise xregex.h to use the regex implementation provided by libc; remove xregex2.h, as it is no longer needed; adjust libiberty's make recipe accordingly. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- libiberty/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty') diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index d43b56c83..c255b5354 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -924,7 +924,7 @@ $(CONFIGURED_OFILES): stamp-picdir $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION) ./regex.$(objext): $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/xregex.h $(INCDIR)/xregex2.h + $(INCDIR)/xregex.h if [ x"$(PICFLAG)" != x ]; then \ $(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \ else true; fi -- cgit v1.2.3