summaryrefslogtreecommitdiff
path: root/openwrt/package/zlib
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-19 21:31:05 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-19 21:31:05 +0000
commit60ef698760206c220299a884538c835cabc8ccc5 (patch)
treeca7f57cdccc1893fd32d7477c50b27b2546484d0 /openwrt/package/zlib
parentb3a10b754621fcae357be6aecb9124596848e2d1 (diff)
downloadmtk-20170518-60ef698760206c220299a884538c835cabc8ccc5.zip
mtk-20170518-60ef698760206c220299a884538c835cabc8ccc5.tar.gz
mtk-20170518-60ef698760206c220299a884538c835cabc8ccc5.tar.bz2
Cosmetic fix
SVN-Revision: 979
Diffstat (limited to 'openwrt/package/zlib')
-rw-r--r--openwrt/package/zlib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile
index 19b4839..de769ed 100644
--- a/openwrt/package/zlib/Makefile
+++ b/openwrt/package/zlib/Makefile
@@ -7,9 +7,7 @@ PKG_VERSION:=1.2.2
PKG_RELEASE:=1
PKG_MD5SUM:=68bd51aaa6558c3bc3fd4890e53413de
-PKG_SOURCE_URL:=\
- http://www.zlib.net/ \
- http://nthill.free.fr/openwrt/sources/$(PKG_NAME)/
+PKG_SOURCE_URL:=http://www.zlib.net/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
@@ -27,7 +25,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--prefix=/usr \
--shared \
);
- touch $(PKG_BUILD_DIR)/.configured
+ touch $@
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
$(MAKE) -C $(PKG_BUILD_DIR) \
@@ -38,7 +36,7 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
install
- touch $(PKG_BUILD_DIR)/.built
+ touch $@
$(IPKG_ZLIB):
install -m0755 -d $(IDIR_ZLIB)/usr/lib