From: Michael Zucchi Date: Sat, 26 Oct 2019 00:38:13 +0000 (+1030) Subject: Remove .classes from jni .o deps to avoid uncessary recompilation. X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=0490b1a7809a3de7c9ac95beb51736f7e43f5483;p=jjmpeg Remove .classes from jni .o deps to avoid uncessary recompilation. --- diff --git a/java.make b/java.make index 8896ca1..ee876b1 100644 --- a/java.make +++ b/java.make @@ -299,7 +299,7 @@ $(java_bindir)/%: $($(1)_bindir)/% $(java_incdir)/%: $($(1)_incdir)/% install -DC $$< $$@ -$($(1)_objdir)/%.o: src/$(1)/jni/%.c bin/status/$(1).classes +$($(1)_objdir)/%.o: src/$(1)/jni/%.c @install -d $$(@D) $($(TARGET)_CC) -Isrc/$(1)/jni -Ibin/include/$(1) -I$($(1)_jnidir) \ $($(TARGET)_CPPFLAGS) $($(2)_CPPFLAGS) \