From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 15 Sep 2012 14:18:01 +0000 (+0000)
Subject: tools/flex: enable parallel builds
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a3649900b3612f7333e834bf999fb96fe2d82144;p=openwrt%2Fstaging%2Fdedeckeh.git

tools/flex: enable parallel builds

SVN-Revision: 33438
---

diff --git a/tools/flex/Makefile b/tools/flex/Makefile
index 659324a647..8d23448422 100644
--- a/tools/flex/Makefile
+++ b/tools/flex/Makefile
@@ -14,6 +14,8 @@ PKG_SOURCE_URL:=@SF/$(PKG_NAME)
 PKG_MD5SUM:=10714e50cea54dc7a227e3eddcd44d57
 PKG_CAT:=bzcat
 
+HOST_BUILD_PARALLEL:=1
+
 include $(INCLUDE_DIR)/host-build.mk
 
 HOST_LDFLAGS += $(HOST_STATIC_LINKING)