common/makefiles/JavaCompilation.gmk

changeset 611
d3d9ab8ee7b0
parent 607
12782ec1da5f
child 635
907a926d3c96
     1.1 --- a/common/makefiles/JavaCompilation.gmk	Mon Feb 04 11:02:03 2013 +0100
     1.2 +++ b/common/makefiles/JavaCompilation.gmk	Tue Feb 05 16:50:05 2013 +0100
     1.3 @@ -143,8 +143,8 @@
     1.4      ifneq (,$2)
     1.5          $1_DEPS:=$2
     1.6      else
     1.7 -        $1_DEPS:=$$(filter $$(addprefix %,$$($1_FIND_PATTERNS)),\
     1.8 -                    $$(call CacheFind $$($1_SRCS)))
     1.9 +        $1_DEPS:=$$(filter $$(addprefix %,$$($1_SUFFIXES)),\
    1.10 +                    $$(call CacheFind,$$($1_SRCS)))
    1.11          ifneq (,$$($1_GREP_INCLUDE_PATTERNS))
    1.12              $1_DEPS:=$$(filter $$(addsuffix %,$$($1_GREP_INCLUDE_PATTERNS)),$$($1_DEPS))
    1.13          endif

mercurial