< prev index next >

make/launcher/Launcher-java.security.jgss.gmk

Print this page

        

@@ -23,11 +23,11 @@
 # questions.
 #
 
 include LauncherCommon.gmk
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   $(eval $(call SetupBuildLauncher, kinit, \
       MAIN_CLASS := sun.security.krb5.internal.tools.Kinit, \
   ))
 
   $(eval $(call SetupBuildLauncher, klist, \
< prev index next >