summaryrefslogtreecommitdiff
path: root/openwrt/package/zlib
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
commit02be4b6759d15d57d29af24a06856ff2d072f6c3 (patch)
tree9068319f36f5c035a632ce774c775d39db367845 /openwrt/package/zlib
parent3ee6ad0404860f63249e729d3842ff7260fb1600 (diff)
downloadmtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.zip
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.gz
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.bz2
replace $(IDIR_*) with $(1)
SVN-Revision: 3759
Diffstat (limited to 'openwrt/package/zlib')
-rw-r--r--openwrt/package/zlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile
index d3c8714..56c0381 100644
--- a/openwrt/package/zlib/Makefile
+++ b/openwrt/package/zlib/Makefile
@@ -49,8 +49,8 @@ define Build/Compile
endef
define Package/zlib/install
- install -m0755 -d $(IDIR_ZLIB)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.so.* $(IDIR_ZLIB)/usr/lib/
+ install -m0755 -d $(1)/usr/lib
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.so.* $(1)/usr/lib/
endef
$(STAGING_DIR)/usr/lib/libz.so: $(PKG_BUILD_DIR)/.built