diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-09-24 20:49:31 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-09-24 20:49:31 +0000 |
| commit | 88b8c4eb63a579667e9815519ca0d910eb5f8cfc (patch) | |
| tree | 35fb9755b81d8fcd07bd3f63835db5d0f767387b /openwrt/package/util-linux/Makefile | |
| parent | 732b4932f1f3460e1c1026586981e06f698edba9 (diff) | |
| download | mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.zip mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.gz mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.bz2 | |
new (last?) attempt at standardizing Makefiles
SVN-Revision: 4855
Diffstat (limited to 'openwrt/package/util-linux/Makefile')
| -rw-r--r-- | openwrt/package/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/util-linux/Makefile b/openwrt/package/util-linux/Makefile index 18fb251..8ca8052 100644 --- a/openwrt/package/util-linux/Makefile +++ b/openwrt/package/util-linux/Makefile @@ -12,7 +12,6 @@ PKG_NAME:=util-linux PKG_VERSION:=2.12r PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/$(PKG_NAME)/ \ http://ftp.kernel.org/pub/linux/utils/$(PKG_NAME)/ \ @@ -21,6 +20,7 @@ PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/$(PKG_NAME)/ \ PKG_MD5SUM:=c261230b27fc0fbcc287c76884caf2d3 PKG_CAT:=zcat +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk |
