toolchain: grep: Don't compile in unneeded stuff.

This commit is contained in:
Michael Tremer
2012-08-11 17:56:00 -04:00
parent fa22f92766
commit 7f4fcdeeb4

View File

@@ -41,7 +41,7 @@ ifeq "$(ROOT)" ""
else
TARGET = $(DIR_INFO)/$(THISAPP)-tools
EXTRA_CONFIG = --prefix=/tools --disable-nls \
--disable-perl-regexp
--disable-perl-regexp --without-included-regex
EXTRA_MAKE =
EXTRA_INSTALL =
endif