diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-26 18:04:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-26 18:04:16 +0000 |
commit | 2dcaf582db6426bfaf995f9427cdefce26a3e634 (patch) | |
tree | 31ef8fcba317d3a164170e1106aa21d773d70777 /package/base-files | |
parent | 3efafd390f1b7518e38cb91cca0b3d991ce7e00e (diff) | |
download | upstream-2dcaf582db6426bfaf995f9427cdefce26a3e634.tar.gz upstream-2dcaf582db6426bfaf995f9427cdefce26a3e634.tar.bz2 upstream-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/base-files')
-rw-r--r-- | package/base-files/Makefile | 2 |
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),) |