OpenJDK / bsd-port / jdk9 / jdk
changeset 14003:99d87f328523
8153261: Clean up fix for JDK-8153217
Reviewed-by: tbell
author | erikj |
---|---|
date | Fri, 01 Apr 2016 17:08:53 +0200 |
parents | 25894e43243f |
children | 361014daf496 |
files | make/gensrc/GensrcModuleLoaderMap.gmk |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make/gensrc/GensrcModuleLoaderMap.gmk Fri Apr 01 16:46:32 2016 +0300 +++ b/make/gensrc/GensrcModuleLoaderMap.gmk Fri Apr 01 17:08:53 2016 +0200 @@ -25,8 +25,7 @@ include Modules.gmk -IMPORTED_MODULES := $(call FindImportedModules) -$(foreach m, $(IMPORTED_MODULES), $(eval $(call ReadSingleImportMetaData, $m))) +$(eval $(call ReadImportMetaData)) # Replacing double-comma with a single comma is to workaround the issue # with some version of make on windows that doesn't substitute spaces