aboutsummaryrefslogtreecommitdiffstats
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
commit2dcaf582db6426bfaf995f9427cdefce26a3e634 (patch)
tree31ef8fcba317d3a164170e1106aa21d773d70777 /package
parent3efafd390f1b7518e38cb91cca0b3d991ce7e00e (diff)
downloadmaster-187ad058-2dcaf582db6426bfaf995f9427cdefce26a3e634.tar.gz
master-187ad058-2dcaf582db6426bfaf995f9427cdefce26a3e634.tar.bz2
master-187ad058-2dcaf582db6426bfaf995f9427cdefce26a3e634.zip
Small bugfix for dependency handling - mostly for base-files and symlinks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7058 3c298f89-4303-0410-b956-a3cf2f4a3e73
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),)