projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b2171
)
- add llist_free_one() and llist_free() to libbb
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 6 Oct 2005 12:12:51 +0000
(12:12 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 6 Oct 2005 12:12:51 +0000
(12:12 -0000)
libbb/Makefile.in
patch
|
blob
|
history
diff --git
a/libbb/Makefile.in
b/libbb/Makefile.in
index
92af305
..
36b2ad2
100644
(file)
--- a/
libbb/Makefile.in
+++ b/
libbb/Makefile.in
@@
-69,7
+69,7
@@
LIBBB_MOBJ5:=bb_xgetpwnam.o bb_xgetgrnam.o bb_getgrgid.o bb_getpwuid.o \
bb_getug.o get_ug_id.o
LIBBB_MSRC6:=$(srcdir)/llist.c
-LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o
+LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o
llist_free_one.o llist_free.o
LIBBB_MOBJS0=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ0))
LIBBB_MOBJS1=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ1))