8147086: Excluding of copy files broken after JDK-8144226
authorerikj
Thu, 14 Jan 2016 13:50:40 +0100
changeset 34924 9aaa30dd1b5d
parent 34923 0a2be16ce53d
child 34925 80aceabf2e08
8147086: Excluding of copy files broken after JDK-8144226 Reviewed-by: ihse
make/common/JavaCompilation.gmk
--- a/make/common/JavaCompilation.gmk	Thu Jan 14 11:58:32 2016 +0100
+++ b/make/common/JavaCompilation.gmk	Thu Jan 14 13:50:40 2016 +0100
@@ -267,7 +267,7 @@
     $1_ALL_COPIES := $$(filter $$($1_INCLUDE_PATTERN),$$($1_ALL_COPIES))
   endif
   ifneq (,$$($1_EXCLUDE_PATTERN))
-    $1_ALL_COPIES := $$(filter-out $$($1_EXCLUDES_PATTERN),$$($1_ALL_COPIES))
+    $1_ALL_COPIES := $$(filter-out $$($1_EXCLUDE_PATTERN),$$($1_ALL_COPIES))
   endif
   ifneq (,$$($1_ALL_COPIES))
     # Yep, there are files to be copied!