remove uneeded PKG_BUILD_DIR & PKG_CAT overrides

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill
2015-02-22 02:37:56 +01:00
parent cd21cbb82e
commit e24dfafb01
27 changed files with 4 additions and 43 deletions
-1
View File
@@ -21,7 +21,6 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)
PKG_BUILD_DEPENDS:=lua/host luac/host
include $(INCLUDE_DIR)/package.mk