From 875a2e681496b4017e26ade47f72921e62898143 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 07:19:48 +0000 Subject: Rename some files, that will conflict w/ IMA --- libc/misc/search/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/misc/search/Makefile.in') diff --git a/libc/misc/search/Makefile.in b/libc/misc/search/Makefile.in index 943ef34d0..fade671c9 100644 --- a/libc/misc/search/Makefile.in +++ b/libc/misc/search/Makefile.in @@ -6,16 +6,16 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -MSRC1:=tsearch.c +MSRC1:=_tsearch.c MOBJ1:=tsearch.o tfind.o tdelete.o twalk.o tdestroy.o -MSRC2:=lsearch.c +MSRC2:=_lsearch.c MOBJ2:=lfind.o lsearch.o MSRC3:=insremque.c MOBJ3:=insque.o remque.o -MSRC4:=hsearch_r.c +MSRC4:=_hsearch_r.c MOBJ4:=hcreate_r.o hdestroy_r.o hsearch_r.o CSRC:=hsearch.c -- cgit v1.2.3