summaryrefslogtreecommitdiff
path: root/package/zlib/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-29 19:21:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-29 19:21:14 +0200
commitcf0e7634dd6b19f9e552da7cb3ad36058f6bd551 (patch)
tree3a1fd97543f425d69794026739e8feaac6170142 /package/zlib/Makefile
parent262093bc84699e250bc64302a8c32d23b31b7fa6 (diff)
parent2978728db235233ac80f32737bb56292e3e60328 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/zlib/Makefile')
-rw-r--r--package/zlib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile
index 24b7d3b11..c94c0dcf3 100644
--- a/package/zlib/Makefile
+++ b/package/zlib/Makefile
@@ -38,6 +38,8 @@ ifeq ($(ADK_STATIC),)
CONFIGURE_OPTS:= --shared
endif
+ALL_TARGET:= libz.a libz.so.1.2.5
+
do-configure:
(cd $(WRKBUILD); $(COPTS) \
uname="Linux" \
@@ -49,7 +51,7 @@ do-configure:
$(CONFIGURE_OPTS) \
);
-zlib-install:
+post-install:
${INSTALL_DIR} ${IDIR_ZLIB}/usr/lib
${CP} ${WRKBUILD}/libz.so* ${IDIR_ZLIB}/usr/lib