< prev index next >

make/common/Modules.gmk

Print this page

        

@@ -115,15 +115,15 @@
     jdk.security.jgss \
     jdk.xml.dom \
     jdk.zipfs \
     #
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   PLATFORM_MODULES += jdk.crypto.mscapi
 endif
 
-ifeq ($(OPENJDK_TARGET_OS), solaris)
+ifeq ($(call isTargetOs, solaris), true)
   PLATFORM_MODULES += jdk.crypto.ucrypto
 endif
 
 JRE_TOOL_MODULES += \
     jdk.jdwp.agent \
< prev index next >