make/lib/LibCommon.gmk
changeset 48751 54f355e65415
parent 47314 743814386712
child 49239 c35ec365e329
child 56106 40e61db323c2
child 56287 593a452fcbeb
--- a/make/lib/LibCommon.gmk	Tue Feb 06 16:04:46 2018 +0000
+++ b/make/lib/LibCommon.gmk	Tue Feb 06 10:12:05 2018 -0800
@@ -68,12 +68,3 @@
 INSTALL_LIBRARIES_HERE := $(call FindLibDirForModule, $(MODULE))
 
 ################################################################################
-
-# Define it here since there are multiple uses.
-ifeq ($(USE_EXTERNAL_LIBZ), true)
-  LIBZ := -lz
-else
-  ZLIB_CPPFLAGS := -I$(TOPDIR)/src/java.base/share/native/libzip/zlib
-endif
-
-###############################################################################