Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-26 21:17:42 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-26 21:17:42 +0300
commit666da5e2c6edec979966d16771818b32dcfafe04 (patch)
treec23e6a01fc51d8419c1562f70836148c705ac46a /libbb/Kbuild
parent270c17c0e66ffe9fe0e47e891a583b5c6f8512ef (diff)
merge post-1.3.0 fixes
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r--libbb/Kbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index c15615302..64e4531ce 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -113,5 +113,6 @@ lib-$(CONFIG_EJECT) += find_mount_point.o
lib-$(CONFIG_AWK) += xregcomp.o
lib-$(CONFIG_SED) += xregcomp.o
-lib-$(CONFIG_LESS) += xregcomp.o
+lib-$(CONFIG_GREP) += xregcomp.o
+lib-$(CONFIG_MDEV) += xregcomp.o
lib-$(CONFIG_DEVFSD) += xregcomp.o