aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-08 15:08:25 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-08 15:08:25 +0000
commitabc74c09967dcd4ef66ea3dc2680ee596ec0544e (patch)
tree5b1b926d2d4cf6c491408f4314f4a54fa7cb8184 /libbb
parentc225c0d4cb64cabfbfb8df1a5522a37b2950d32b (diff)
downloadbusybox-w32-abc74c09967dcd4ef66ea3dc2680ee596ec0544e.tar.gz
busybox-w32-abc74c09967dcd4ef66ea3dc2680ee596ec0544e.tar.bz2
busybox-w32-abc74c09967dcd4ef66ea3dc2680ee596ec0544e.zip
Remove a link that leaked in from the pending llist_t changes.
git-svn-id: svn://busybox.net/trunk/busybox@15033 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in
index 865b7e726..e7725b8f0 100644
--- a/libbb/Makefile.in
+++ b/libbb/Makefile.in
@@ -101,7 +101,7 @@ $(LIBBB_MOBJ5):$(LIBBB_MSRC5)
101 $(compile.c) -DL_$(notdir $*) 101 $(compile.c) -DL_$(notdir $*)
102 102
103LIBBB_MSRC6:=$(srcdir)/llist.c 103LIBBB_MSRC6:=$(srcdir)/llist.c
104LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o llist_pop.o llist_free.o 104LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o llist_free_one.o llist_free.o
105LIBBB_MOBJ6:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ6)) 105LIBBB_MOBJ6:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ6))
106$(LIBBB_MOBJ6):$(LIBBB_MSRC6) 106$(LIBBB_MOBJ6):$(LIBBB_MSRC6)
107 $(compile.c) -DL_$(notdir $*) 107 $(compile.c) -DL_$(notdir $*)