From 4b9b0ced3010630c0bd604d9a42867ef56dbb36a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 1 Jul 2007 17:35:17 +0000 Subject: find: fix build failure on certain configs (found by Cristian Ionescu-Idbohrn ) --- libbb/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'libbb') diff --git a/libbb/Kbuild b/libbb/Kbuild index ecd50a6..6595867 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -126,3 +126,4 @@ lib-$(CONFIG_EXPR) += xregcomp.o lib-$(CONFIG_MDEV) += xregcomp.o lib-$(CONFIG_LESS) += xregcomp.o lib-$(CONFIG_DEVFSD) += xregcomp.o +lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o -- cgit v1.1