summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-26 18:04:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-26 18:04:16 +0000
commitd96d98a88df57e3ac67915342d8a19ea379a067c (patch)
tree897f83c0741be1ca562229a350d3e1bfff14ebe2 /package
parentbf8a64aa9bb193fbd7664f470a5038e4f67b655e (diff)
downloadmaster-31e0f0ae-d96d98a88df57e3ac67915342d8a19ea379a067c.tar.gz
master-31e0f0ae-d96d98a88df57e3ac67915342d8a19ea379a067c.tar.bz2
master-31e0f0ae-d96d98a88df57e3ac67915342d8a19ea379a067c.zip
Small bugfix for dependency handling - mostly for base-files and symlinks
SVN-Revision: 7058
Diffstat (limited to 'package')
-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 e267b7f78b..8d265f07ee 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -13,7 +13,7 @@ PKG_NAME:=base-files
PKG_RELEASE:=8
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
-PKG_FILE_DEPEND:=$(PLATFORM_DIR) $(GENERIC_PLATFORM_DIR)/base-files
+PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
REV:=$(shell LANG=C svn info | awk '/^Revision:/ { print$$2 }' )
ifeq ($(REV),)