diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-03 08:20:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-03 08:20:36 +0000 |
commit | 43bb58eaf6a01e8cb7855cd227dead5f68f57d0f (patch) | |
tree | 634c734b42da8204844341c2d7d9149dbf03feed /package/base-files | |
parent | 9a97d9c2c484b853f28465ff680fb89fe29d41ae (diff) | |
download | upstream-43bb58eaf6a01e8cb7855cd227dead5f68f57d0f.tar.gz upstream-43bb58eaf6a01e8cb7855cd227dead5f68f57d0f.tar.bz2 upstream-43bb58eaf6a01e8cb7855cd227dead5f68f57d0f.zip |
package Makefile cleanup: remove uneeded vars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index c5dd05e404..987bb5d54b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,6 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files PKG_RELEASE:=9 -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME) PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ REV:=$(shell LANG=C svn info | awk '/^Revision:/ { print$$2 }' ) |