[uClibc-cvs] uClibc/libc/misc Makefile,1.34,1.35

Manuel Novoa III mjn3 at uclibc.org
Mon Dec 2 16:21:20 UTC 2002


Update of /var/cvs/uClibc/libc/misc
In directory winder:/tmp/cvs-serv17036

Modified Files:
	Makefile 
Log Message:
Add hsearch and hsearch_r.  Consolidate all functions prototyped in
search.h in one directory.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/misc/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile	31 Oct 2002 18:19:28 -0000	1.34
+++ Makefile	2 Dec 2002 16:20:46 -0000	1.35
@@ -25,9 +25,9 @@
 include $(TOPDIR)Rules.mak
 
 
-DIRS = assert ctype dirent file fnmatch glob internals lsearch \
-       mntent syslog time utmp tsearch locale sysvipc statfs \
-       error insremque ttyent gnu
+DIRS = assert ctype dirent file fnmatch glob internals \
+       mntent syslog time utmp locale sysvipc statfs \
+       error ttyent gnu search
 ifeq ($(strip $(UCLIBC_HAS_REGEX)),y)
 DIRS += regex
 endif




More information about the uClibc-cvs mailing list