diff options
author | midipix <writeonce@midipix.org> | 2015-03-15 21:42:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-15 21:42:12 -0400 |
commit | 5351b7aa52a76c8a03525a75a888a0168ebebe7f (patch) | |
tree | d5530f153c2ce3ac409df905c264b0609348c0be /libiberty | |
parent | 85dfca6c714af903bb4d0175402c0be4a9061309 (diff) | |
download | cbb-gcc-4.6.4-5351b7aa52a76c8a03525a75a888a0168ebebe7f.tar.bz2 cbb-gcc-4.6.4-5351b7aa52a76c8a03525a75a888a0168ebebe7f.tar.xz |
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.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |