summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-27 15:53:00 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-27 15:53:00 +0000
commit7658ef1316a0ddd0683583ca1a5978b1da4d6917 (patch)
treeb3d4b16923c5612599607d55a521d09b723cdcc9 /package/base-files
parent9f627dbf6e018c2c61ea3254b4ab9d80ae70c213 (diff)
downloadmaster-31e0f0ae-7658ef1316a0ddd0683583ca1a5978b1da4d6917.tar.gz
master-31e0f0ae-7658ef1316a0ddd0683583ca1a5978b1da4d6917.tar.bz2
master-31e0f0ae-7658ef1316a0ddd0683583ca1a5978b1da4d6917.zip
introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
SVN-Revision: 15451
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 050f0f9efe..5578c90da8 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
PKG_RELEASE:=18
-PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
+PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
include $(INCLUDE_DIR)/package.mk