commit | d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 17 12:58:30 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 17 12:58:30 2007 +0000 |
tree | cc859edcef407b063d8e7a2c76cf0fe74465cb5a | |
parent | a35958d4ad20dff88ac0db6f9d73a00fc2d89e14 [diff] [blame] |
fix trivial compile errors found by randomconfig run
diff --git a/libbb/Kbuild b/libbb/Kbuild index 5cc8d14..e562f32 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild
@@ -120,6 +120,7 @@ lib-$(CONFIG_AWK) += xregcomp.o lib-$(CONFIG_SED) += xregcomp.o lib-$(CONFIG_GREP) += xregcomp.o +lib-$(CONFIG_EXPR) += xregcomp.o lib-$(CONFIG_MDEV) += xregcomp.o lib-$(CONFIG_LESS) += xregcomp.o lib-$(CONFIG_DEVFSD) += xregcomp.o