From: Denis Vlasenko Date: Tue, 16 Oct 2007 23:00:50 +0000 (-0000) Subject: even more fixes from randomconfig runs X-Git-Tag: 1_8_0~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aff3a306b8be40464154991efc681d17154f49d8;p=oweals%2Fbusybox.git even more fixes from randomconfig runs --- diff --git a/libbb/Kbuild b/libbb/Kbuild index c6c33bd6b..87cc698d5 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -125,5 +125,6 @@ lib-$(CONFIG_GREP) += xregcomp.o lib-$(CONFIG_EXPR) += xregcomp.o lib-$(CONFIG_MDEV) += xregcomp.o lib-$(CONFIG_LESS) += xregcomp.o +lib-$(CONFIG_PGREP) += xregcomp.o lib-$(CONFIG_DEVFSD) += xregcomp.o lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o