--- old/make/MacBundles.gmk 2019-02-05 16:27:35.826742099 +0100 +++ new/make/MacBundles.gmk 2019-02-05 16:27:35.646742098 +0100 @@ -30,7 +30,7 @@ default: bundles # Only macosx has bundles defined. -ifeq ($(OPENJDK_TARGET_OS), macosx) +ifeq ($(call isTargetOs, macosx), true) bundles: jre-bundle jdk-bundle