diff -r d01162cb85f4 -r c3cee37b37f4 make/common/MakeBase.gmk --- 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