Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2010-01-30 02:04:21 +0300
committerJeff Johnston <jjohnstn@redhat.com>2010-01-30 02:04:21 +0300
commit2d69f00e6e27f282b49cd7ff14f27b2d5ae66161 (patch)
tree4c2ef0f545810565a423c8ecf4bbc5346a38afc5 /newlib/libc/search/Makefile.in
parent54c4a926348fbef40e9467730e044235b8aa9cce (diff)
2010-01-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/search/Makefile.am: Create .def files for bsearch and qsort. * libc/search/Makefile.in: Regenerated. * libc/stdlib/stdlib.tex: Add bsearch and qsort.
Diffstat (limited to 'newlib/libc/search/Makefile.in')
-rw-r--r--newlib/libc/search/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/newlib/libc/search/Makefile.in b/newlib/libc/search/Makefile.in
index ae8862d8d..e9354647b 100644
--- a/newlib/libc/search/Makefile.in
+++ b/newlib/libc/search/Makefile.in
@@ -277,7 +277,10 @@ libsearch_la_LDFLAGS = -Xcompiler -nostdlib
@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
SUFFIXES = .def
-CHEWOUT_FILES =
+CHEWOUT_FILES = \
+ bsearch.def \
+ qsort.def
+
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
TARGETDOC = ../tmp.texi
CLEANFILES = $(CHEWOUT_FILES) *.ref