X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=Makefile;h=c3fc8e8466172a3c219f58c16508ca9a90a02e5e;hp=544c07c9ee0e5e5967982db392ec0d9a4614d2af;hb=4ed5ada925c4e3d4641a8e897114c36ff633b329;hpb=a92b66dd82f6817efc937acbfcf4c6d4f10ecc29 diff --git a/Makefile b/Makefile index 544c07c..c3fc8e8 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ COMPILEF = $(basename $@).compile %.class: %.java @if [ -f $(COMPILEF) ]; \ then $(SHELL) $(COMPILEF); \ - else $(JAVAC) $<; fi + else $(JAVAC) $(JAVA_FILES) $<; fi @echo "JAVAC $<" ffi/native.o: ffi/native.c