aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:08:20 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:08:20 +1000
commit6a6efd31038d7afe977e3059508ae863e65cbdf5 (patch)
tree5cd69a751e893b83176751c80fcea7a7afeed1ae /libbb/Kbuild.src
parenta6a2325ecf402054132daae169f71edb0fb849e3 (diff)
parent29082231d0cb1a5b327de5d515b16f332d4dbdaf (diff)
downloadbusybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.tar.gz
busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.tar.bz2
busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src6
1 files changed, 2 insertions, 4 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 2a50a1ae3..a4f77414b 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -4,6 +4,8 @@
4# 4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7libbb/appletlib.o: include/usage_compressed.h
8
7lib-y:= 9lib-y:=
8 10
9INSERT 11INSERT
@@ -30,8 +32,6 @@ lib-y += create_icmp_socket.o
30lib-y += default_error_retval.o 32lib-y += default_error_retval.o
31lib-y += device_open.o 33lib-y += device_open.o
32lib-y += dump.o 34lib-y += dump.o
33lib-y += error_msg.o
34lib-y += error_msg_and_die.o
35lib-y += execable.o 35lib-y += execable.o
36lib-y += fclose_nonstdin.o 36lib-y += fclose_nonstdin.o
37lib-y += fflush_stdout_and_exit.o 37lib-y += fflush_stdout_and_exit.o
@@ -44,7 +44,6 @@ lib-y += get_line_from_file.o
44lib-y += getopt32.o 44lib-y += getopt32.o
45lib-y += get_volsize.o 45lib-y += get_volsize.o
46lib-y += herror_msg.o 46lib-y += herror_msg.o
47lib-y += herror_msg_and_die.o
48lib-y += human_readable.o 47lib-y += human_readable.o
49lib-y += info_msg.o 48lib-y += info_msg.o
50lib-y += inode_hash.o 49lib-y += inode_hash.o
@@ -63,7 +62,6 @@ lib-y += obscure.o
63lib-y += parse_mode.o 62lib-y += parse_mode.o
64lib-y += parse_config.o 63lib-y += parse_config.o
65lib-y += perror_msg.o 64lib-y += perror_msg.o
66lib-y += perror_msg_and_die.o
67lib-y += perror_nomsg.o 65lib-y += perror_nomsg.o
68lib-y += perror_nomsg_and_die.o 66lib-y += perror_nomsg_and_die.o
69lib-y += pidfile.o 67lib-y += pidfile.o