From d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 17 May 2007 12:58:30 +0000 Subject: fix trivial compile errors found by randomconfig run --- libbb/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'libbb/Kbuild') 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 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 -- cgit v1.2.3