--- old/make/common/MakeBase.gmk 2016-11-18 16:15:33.523452693 +0100 +++ new/make/common/MakeBase.gmk 2016-11-18 16:15:33.435449002 +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