diff options
author | Rob Landley <rob@landley.net> | 2006-05-08 15:08:25 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-08 15:08:25 +0000 |
commit | 0ea0aefcb5cf4e0a589bda0b0b78a1c39f5f9c10 (patch) | |
tree | 5b1b926d2d4cf6c491408f4314f4a54fa7cb8184 /libbb | |
parent | 1b4e1dae71130fe74a728c8c9185ec8e4ba614c8 (diff) | |
download | busybox-0ea0aefcb5cf4e0a589bda0b0b78a1c39f5f9c10.tar.gz |
Remove a link that leaked in from the pending llist_t changes.
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Makefile.in | 2 |
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) $(compile.c) -DL_$(notdir $*) LIBBB_MSRC6:=$(srcdir)/llist.c -LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o llist_pop.o llist_free.o +LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o llist_free_one.o llist_free.o LIBBB_MOBJ6:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ6)) $(LIBBB_MOBJ6):$(LIBBB_MSRC6) $(compile.c) -DL_$(notdir $*) |