make/common/MakeBase.gmk
changeset 42530 c3cee37b37f4
parent 42425 57cde06ae8d6
parent 42528 125bc97e7569
child 42983 7bf4468cdbc4
--- a/make/common/MakeBase.gmk	Thu Dec 08 16:18:03 2016 +0100
+++ b/make/common/MakeBase.gmk	Thu Dec 08 17:13:07 2016 +0100
@@ -861,13 +861,8 @@
 ################################################################################
 # Find lib dir for module
 # Param 1 - module name
-ifeq ($(OPENJDK_TARGET_OS_TYPE), unix)
-  FindLibDirForModule = \
-      $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)$(OPENJDK_TARGET_CPU_LIBDIR)
-else
-  FindLibDirForModule = \
-      $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
-endif
+FindLibDirForModule = \
+    $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
 
 ################################################################################
 # Return a string suitable for use after a -classpath or --module-path option. It