< prev index next >

make/common/MakeBase.gmk

Print this page

        

@@ -874,17 +874,12 @@
       exit $(DOLLAR)exitcode ) )
 
 ################################################################################
 # 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 = \
+FindLibDirForModule = \
       $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
-endif
 
 ################################################################################
 # Return a string suitable for use after a -classpath or --module-path option. It
 # will be correct and safe to use on all platforms. Arguments are given as space
 # separate classpath entries. Safe for multiple nested calls.
< prev index next >