From aff3a306b8be40464154991efc681d17154f49d8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 16 Oct 2007 23:00:50 +0000 Subject: [PATCH] even more fixes from randomconfig runs --- libbb/Kbuild | 1 + 1 file changed, 1 insertion(+) 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