< prev index next >

make/Main.gmk

Print this page

        

@@ -1030,11 +1030,11 @@
   ifeq ($(EXTERNAL_BUILDJDK), false)
     product-images: generate-summary
   endif
 endif
 
-ifeq ($(OPENJDK_TARGET_OS), macosx)
+ifeq ($(call isTargetOs, macosx), true)
   product-images: mac-jdk-bundle
 endif
 
 # This target builds the documentation image
 docs-image: docs-jdk
< prev index next >