diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-15 20:07:53 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-15 20:07:53 +0000 |
commit | ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0 (patch) | |
tree | 3a29ec44d7f37fc0a4e380531666413fa30d7e12 /libbb/Kbuild | |
parent | bb23c069191f18ed11b826371ed3571e214b41e3 (diff) | |
download | busybox-w32-ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0.tar.gz busybox-w32-ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0.tar.bz2 busybox-w32-ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0.zip |
v[hp]error_msg have 2-3 callsites only -> incorporate there.
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 3ffda1240..1800bde8f 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -87,8 +87,6 @@ lib-y += uuencode.o | |||
87 | lib-y += vdprintf.o | 87 | lib-y += vdprintf.o |
88 | lib-y += verror_msg.o | 88 | lib-y += verror_msg.o |
89 | lib-y += vfork_daemon_rexec.o | 89 | lib-y += vfork_daemon_rexec.o |
90 | lib-y += vherror_msg.o | ||
91 | lib-y += vperror_msg.o | ||
92 | lib-y += warn_ignoring_args.o | 90 | lib-y += warn_ignoring_args.o |
93 | lib-y += wfopen.o | 91 | lib-y += wfopen.o |
94 | lib-y += wfopen_input.o | 92 | lib-y += wfopen_input.o |