summaryrefslogtreecommitdiff
path: root/libc/misc/tsearch
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:46:18 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:46:18 +0000
commit3a6d1e638c18d2eaade419dbefaf37e41fe3f19c (patch)
treea90a24b0366c83450532e1282ccf75032ea53863 /libc/misc/tsearch
parent3b913463b9fe9ccf030d360b3804cf7875173cc6 (diff)
Fix LIBC rule. (cut-and-paste user bug...)
Diffstat (limited to 'libc/misc/tsearch')
-rw-r--r--libc/misc/tsearch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/tsearch/Makefile b/libc/misc/tsearch/Makefile
index 6f568509c..c897d2781 100644
--- a/libc/misc/tsearch/Makefile
+++ b/libc/misc/tsearch/Makefile
@@ -31,8 +31,8 @@ all: $(MOBJ) $(LIBC)
$(LIBC): ar-target
-ar-target: $(OBJS)
- $(AR) $(ARFLAGS) $(LIBC) $(OBJS)
+ar-target: $(MOBJ)
+ $(AR) $(ARFLAGS) $(LIBC) $(MOBJ)
$(MOBJ): $(MSRC)
$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o