common/makefiles/JavaCompilation.gmk
changeset 14564 38b3cbe1fff6
parent 14379 b449aa34783e
child 14613 a29ecb044d0f
--- 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