--- old/make/lib/Lib-java.security.jgss.gmk 2019-02-05 16:28:00.086742175 +0100 +++ new/make/lib/Lib-java.security.jgss.gmk 2019-02-05 16:27:59.906742175 +0100 @@ -44,7 +44,7 @@ ifneq ($(BUILD_CRYPTO), false) - ifeq ($(OPENJDK_TARGET_OS), windows) + ifeq ($(call isTargetOs, windows), true) $(eval $(call SetupJdkLibrary, BUILD_LIBW2K_LSA_AUTH, \ NAME := w2k_lsa_auth, \ OPTIMIZATION := LOW, \ @@ -59,7 +59,7 @@ TARGETS += $(BUILD_LIBW2K_LSA_AUTH) endif - ifeq ($(OPENJDK_TARGET_OS), macosx) + ifeq ($(call isTargetOs, macosx), true) # libosxkrb5 needs to call deprecated krb5 APIs so that java # can use the native credentials cache. $(eval $(call SetupJdkLibrary, BUILD_LIBOSXKRB5, \