diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-17 12:58:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-17 12:58:30 +0000 |
commit | d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9 (patch) | |
tree | cc859edcef407b063d8e7a2c76cf0fe74465cb5a /libbb | |
parent | a35958d4ad20dff88ac0db6f9d73a00fc2d89e14 (diff) | |
download | busybox-w32-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.tar.gz busybox-w32-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.tar.bz2 busybox-w32-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.zip |
fix trivial compile errors found by randomconfig run
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 5cc8d1428..e562f3222 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -120,6 +120,7 @@ lib-$(CONFIG_SELINUX) += selinux_common.o | |||
120 | lib-$(CONFIG_AWK) += xregcomp.o | 120 | lib-$(CONFIG_AWK) += xregcomp.o |
121 | lib-$(CONFIG_SED) += xregcomp.o | 121 | lib-$(CONFIG_SED) += xregcomp.o |
122 | lib-$(CONFIG_GREP) += xregcomp.o | 122 | lib-$(CONFIG_GREP) += xregcomp.o |
123 | lib-$(CONFIG_EXPR) += xregcomp.o | ||
123 | lib-$(CONFIG_MDEV) += xregcomp.o | 124 | lib-$(CONFIG_MDEV) += xregcomp.o |
124 | lib-$(CONFIG_LESS) += xregcomp.o | 125 | lib-$(CONFIG_LESS) += xregcomp.o |
125 | lib-$(CONFIG_DEVFSD) += xregcomp.o | 126 | lib-$(CONFIG_DEVFSD) += xregcomp.o |