diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-30 22:03:02 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-30 22:03:02 +0000 |
commit | f2f452b40a2f622d69f3245a32ec668867fc703a (patch) | |
tree | 229d6738380925dbc384f5b8e6dbfa2ef14abc8f /libbb | |
parent | 42a8c1bf937d50f9d9d94255064bba1577f5ae2d (diff) | |
download | busybox-w32-f2f452b40a2f622d69f3245a32ec668867fc703a.tar.gz busybox-w32-f2f452b40a2f622d69f3245a32ec668867fc703a.tar.bz2 busybox-w32-f2f452b40a2f622d69f3245a32ec668867fc703a.zip |
about.html: update maintainer name
libbb/Kbuild: less needs xregcomp.o
git-svn-id: svn://busybox.net/trunk/busybox@17113 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index c80d1be51..a6d695340 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -115,4 +115,5 @@ lib-$(CONFIG_AWK) += xregcomp.o | |||
115 | lib-$(CONFIG_SED) += xregcomp.o | 115 | lib-$(CONFIG_SED) += xregcomp.o |
116 | lib-$(CONFIG_GREP) += xregcomp.o | 116 | lib-$(CONFIG_GREP) += xregcomp.o |
117 | lib-$(CONFIG_MDEV) += xregcomp.o | 117 | lib-$(CONFIG_MDEV) += xregcomp.o |
118 | lib-$(CONFIG_LESS) += xregcomp.o | ||
118 | lib-$(CONFIG_DEVFSD) += xregcomp.o | 119 | lib-$(CONFIG_DEVFSD) += xregcomp.o |