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 | d96d98a88df57e3ac67915342d8a19ea379a067c (patch) | |
tree | 897f83c0741be1ca562229a350d3e1bfff14ebe2 /package/base-files/Makefile | |
parent | bf8a64aa9bb193fbd7664f470a5038e4f67b655e (diff) | |
download | upstream-d96d98a88df57e3ac67915342d8a19ea379a067c.tar.gz upstream-d96d98a88df57e3ac67915342d8a19ea379a067c.tar.bz2 upstream-d96d98a88df57e3ac67915342d8a19ea379a067c.zip |
Small bugfix for dependency handling - mostly for base-files and symlinks
SVN-Revision: 7058
Diffstat (limited to 'package/base-files/Makefile')
-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),) |