diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:08:20 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:08:20 +1000 |
commit | 6a6efd31038d7afe977e3059508ae863e65cbdf5 (patch) | |
tree | 5cd69a751e893b83176751c80fcea7a7afeed1ae /libbb/Kbuild.src | |
parent | a6a2325ecf402054132daae169f71edb0fb849e3 (diff) | |
parent | 29082231d0cb1a5b327de5d515b16f332d4dbdaf (diff) | |
download | busybox-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.src | 6 |
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 | ||
7 | libbb/appletlib.o: include/usage_compressed.h | ||
8 | |||
7 | lib-y:= | 9 | lib-y:= |
8 | 10 | ||
9 | INSERT | 11 | INSERT |
@@ -30,8 +32,6 @@ lib-y += create_icmp_socket.o | |||
30 | lib-y += default_error_retval.o | 32 | lib-y += default_error_retval.o |
31 | lib-y += device_open.o | 33 | lib-y += device_open.o |
32 | lib-y += dump.o | 34 | lib-y += dump.o |
33 | lib-y += error_msg.o | ||
34 | lib-y += error_msg_and_die.o | ||
35 | lib-y += execable.o | 35 | lib-y += execable.o |
36 | lib-y += fclose_nonstdin.o | 36 | lib-y += fclose_nonstdin.o |
37 | lib-y += fflush_stdout_and_exit.o | 37 | lib-y += fflush_stdout_and_exit.o |
@@ -44,7 +44,6 @@ lib-y += get_line_from_file.o | |||
44 | lib-y += getopt32.o | 44 | lib-y += getopt32.o |
45 | lib-y += get_volsize.o | 45 | lib-y += get_volsize.o |
46 | lib-y += herror_msg.o | 46 | lib-y += herror_msg.o |
47 | lib-y += herror_msg_and_die.o | ||
48 | lib-y += human_readable.o | 47 | lib-y += human_readable.o |
49 | lib-y += info_msg.o | 48 | lib-y += info_msg.o |
50 | lib-y += inode_hash.o | 49 | lib-y += inode_hash.o |
@@ -63,7 +62,6 @@ lib-y += obscure.o | |||
63 | lib-y += parse_mode.o | 62 | lib-y += parse_mode.o |
64 | lib-y += parse_config.o | 63 | lib-y += parse_config.o |
65 | lib-y += perror_msg.o | 64 | lib-y += perror_msg.o |
66 | lib-y += perror_msg_and_die.o | ||
67 | lib-y += perror_nomsg.o | 65 | lib-y += perror_nomsg.o |
68 | lib-y += perror_nomsg_and_die.o | 66 | lib-y += perror_nomsg_and_die.o |
69 | lib-y += pidfile.o | 67 | lib-y += pidfile.o |