do not exclude the share directory for bison and other programs to work (#5629)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 9 Aug 2009 11:11:11 +0000 (11:11 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 9 Aug 2009 11:11:11 +0000 (11:11 +0000)
SVN-Revision: 17198

target/sdk/Makefile

index 16b4a611af6a69c206726094a2ddecfda518a407..e171d831df8d6e22b98fa12a17f5faaaf07df5f3 100644 (file)
@@ -16,7 +16,11 @@ PKG_CPU:=$(shell uname -m)
 
 SDK_NAME:=OpenWrt-SDK-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)_$(LIBC)-$(LIBCV)
 SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME)
-EXCLUDE_DIRS:=*/ccache */stamp */man */share */stampfiles */info
+EXCLUDE_DIRS:=*/ccache \
+       */stamp \
+       */stampfiles \
+       */man \
+       */info
 
 SVN_PACKAGE_URL=$(shell svn info ../../package | awk '/^URL:/ { print $$2; }')