From: Denis Vlasenko Date: Wed, 17 Oct 2007 09:59:01 +0000 (-0000) Subject: another fix for build failure found by randomconfig X-Git-Tag: 1_8_0~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16e74b74648a8f013065fcc4356164c78d7f22d5;p=oweals%2Fbusybox.git another fix for build failure found by randomconfig --- diff --git a/libbb/Kbuild b/libbb/Kbuild index 87cc698d5..6791299f2 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -126,5 +126,6 @@ lib-$(CONFIG_EXPR) += xregcomp.o lib-$(CONFIG_MDEV) += xregcomp.o lib-$(CONFIG_LESS) += xregcomp.o lib-$(CONFIG_PGREP) += xregcomp.o +lib-$(CONFIG_PKILL) += xregcomp.o lib-$(CONFIG_DEVFSD) += xregcomp.o lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o