fix colors when compiling with some newer versions of bash
[openwrt.git] / package / base-files / Makefile
index 14917f6..33e6522 100644 (file)
@@ -13,6 +13,7 @@ PKG_NAME:=base-files
 PKG_RELEASE:=8
 
 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
+PKG_FILE_DEPEND:=$(PLATFORM_DIR)
 
 REV:=$(shell LANG=C svn info | awk '/^Revision:/ { print$$2 }' )
 ifeq ($(REV),)
This page took 0.028604 seconds and 4 git commands to generate.