summaryrefslogtreecommitdiff
path: root/libc/misc/search/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-06 00:32:05 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-06 00:32:05 +0000
commita1380a837e87b38c06256fac373b035478a7b4a2 (patch)
treeb4680a6eaf6ed6123f024cbe80af51b8a63b0de6 /libc/misc/search/Makefile
parent41130f0233dbc9da839810b103540cd792f0d912 (diff)
Fix the bugs I stupidly added
Diffstat (limited to 'libc/misc/search/Makefile')
-rw-r--r--libc/misc/search/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/search/Makefile b/libc/misc/search/Makefile
index 77175aca1..fa28f21d6 100644
--- a/libc/misc/search/Makefile
+++ b/libc/misc/search/Makefile
@@ -25,7 +25,7 @@ TOPDIR=../../../
include $(TOPDIR)Rules.mak
MSRC1=tsearch.c
-MOBJ1=tsearch.o tfind.o tdelete.o twalk.o
+MOBJ1=tsearch.o tfind.o tdelete.o twalk.o tdestroy.o
MSRC2=lsearch.c
MOBJ2=lfind.o lsearch.o