8004281: build-infra: Move all jar creation to images target and put jars in images/lib
authorerikj
Wed, 05 Dec 2012 10:12:14 +0100
changeset 14564 38b3cbe1fff6
parent 14563 f0ac652fdbbb
child 14565 c499bdf08f27
8004281: build-infra: Move all jar creation to images target and put jars in images/lib Summary: Fixed bug in setting up make dependencies in SetupArchive. Reviewed-by: ohair, tbell, dholmes
common/makefiles/JavaCompilation.gmk
--- a/common/makefiles/JavaCompilation.gmk	Wed Dec 05 09:39:34 2012 +0100
+++ b/common/makefiles/JavaCompilation.gmk	Wed Dec 05 10:12:14 2012 +0100
@@ -149,7 +149,7 @@
 			  $$($1_GREP_INCLUDES) $$($1_GREP_EXCLUDES)) \
 		 $$(subst \,,$$(foreach src,$$($1_SRCS),$$(addprefix $$(src)/,$$($1_EXTRA_FILES))))
         ifeq (,$$($1_SKIP_METAINF))
-            $1_DEPS+=$$(shell $(FIND) $$(addsuffix /META-INF,$$($1_SRCS)) -type f 2> /dev/null))
+            $1_DEPS+=$$(shell $(FIND) $$(addsuffix /META-INF,$$($1_SRCS)) -type f 2> /dev/null)
         endif
     endif