diff -r 71c04702a3d5 -r 72e3ae9a25eb make/gendata/GendataBlacklistedCerts.gmk --- a/make/gendata/GendataBlacklistedCerts.gmk Tue Sep 12 19:03:39 2017 +0200 +++ b/make/gendata/GendataBlacklistedCerts.gmk Tue Sep 12 19:03:56 2017 +0200 @@ -23,9 +23,9 @@ # questions. # -$(eval $(call IncludeCustomExtension, jdk, gendata/GendataBlacklistedCerts.gmk)) +$(eval $(call IncludeCustomExtension, , gendata/GendataBlacklistedCerts.gmk)) -GENDATA_BLACKLISTED_CERTS_SRC += $(JDK_TOPDIR)/make/data/blacklistedcertsconverter/blacklisted.certs.pem +GENDATA_BLACKLISTED_CERTS_SRC += $(TOPDIR)/make/data/blacklistedcertsconverter/blacklisted.certs.pem GENDATA_BLACKLISTED_CERTS := $(SUPPORT_OUTPUTDIR)/modules_libs/$(MODULE)/security/blacklisted.certs $(GENDATA_BLACKLISTED_CERTS): $(BUILD_TOOLS) $(GENDATA_BLACKLISTED_CERTS_SRC)