8035134: JDK9 unix debug bundle manifest file list issue

Reviewed-by: ihse
This commit is contained in:
Erik Joelsson 2014-04-07 10:59:50 +02:00
parent 9c4f5b069b
commit ffbb7125b2

View File

@ -482,7 +482,7 @@ define SetupNativeCompilation
# to be rebuilt properly.
$$($1_DEBUGINFO_ZIP): $$($1_DEBUGINFO_FILES) $$($1_TARGET)
$(CD) $$($1_OBJECT_DIR) \
&& $(ZIP) -q $$@ $$($1_DEBUGINFO_FILES)
&& $(ZIP) -q $$@ $$(notdir $$($1_DEBUGINFO_FILES))
else
$1 += $$(subst $$($1_OBJECT_DIR),$$($1_OUTPUT_DIR),$$($1_DEBUGINFO_FILES))