--- old/make/lib/LibCommon.gmk 2018-02-05 14:28:57.000000000 -0800 +++ new/make/lib/LibCommon.gmk 2018-02-05 14:28:57.000000000 -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 - -###############################################################################