make/common/MakeBase.gmk
changeset 42528 125bc97e7569
parent 41875 854ef5325653
child 42530 c3cee37b37f4
--- a/make/common/MakeBase.gmk	Fri Nov 25 11:55:33 2016 +0300
+++ b/make/common/MakeBase.gmk	Mon Dec 05 17:55:59 2016 +0100
@@ -876,13 +876,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