summaryrefslogtreecommitdiff
path: root/package/zlib/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-28 07:43:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-28 07:43:13 +0200
commitfa10cd3a3983f75ed800bbe5c2a6fd753e2333f0 (patch)
treee80e10d19b3c4791c5b78f089d5d50febb8ab513 /package/zlib/Makefile
parentc4ef12b64426763670dcae46219b766ba2f490cd (diff)
only compile libraries
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