projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb035d
)
- mdev and grep use xregcomp. Closes bug #1021
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 6 Sep 2006 13:24:39 +0000
(13:24 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 6 Sep 2006 13:24:39 +0000
(13:24 -0000)
libbb/Makefile.in
patch
|
blob
|
history
diff --git
a/libbb/Makefile.in
b/libbb/Makefile.in
index 0f2328072342737987d1ae6182ad894a13ec877a..05123e2affe8f71488409679738bb627f9580fa4 100644
(file)
--- a/
libbb/Makefile.in
+++ b/
libbb/Makefile.in
@@
-56,11
+56,12
@@
LIBBB-$(CONFIG_WGET)+= uuencode.c
# allowing us to build busybox even if uclibc regex support is disabled.
regex-y:=
-
regex-$(CONFIG_AWK) += xregcomp.c
regex-$(CONFIG_SED) += xregcomp.c
regex-$(CONFIG_LESS) += xregcomp.c
regex-$(CONFIG_DEVFSD) += xregcomp.c
+regex-$(CONFIG_MDEV) += xregcomp.c
+regex-$(CONFIG_GREP) += xregcomp.c
# Sort has the happy side efect of returning a unique list
LIBBB-y += $(sort $(regex-y))