make/lib/Lib-java.prefs.gmk
changeset 53683 48ff68e2fe5c
parent 50471 f0aeede1b855
child 58908 73bb9c4002cc
--- a/make/lib/Lib-java.prefs.gmk	Thu Feb 07 10:26:32 2019 +0100
+++ b/make/lib/Lib-java.prefs.gmk	Thu Feb 07 12:35:45 2019 +0100
@@ -28,7 +28,7 @@
 ################################################################################
 
 # libprefs on macosx do not use the unix code
-ifeq ($(OPENJDK_TARGET_OS), macosx)
+ifeq ($(call isTargetOs, macosx), true)
   LIBPREFS_EXCLUDE_SRC_PATTERNS := unix
 endif