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-ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0.tar.gz |
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 lib-y += vdprintf.o lib-y += verror_msg.o lib-y += vfork_daemon_rexec.o -lib-y += vherror_msg.o -lib-y += vperror_msg.o lib-y += warn_ignoring_args.o lib-y += wfopen.o lib-y += wfopen_input.o |