Remove .classes from jni .o deps to avoid uncessary recompilation.
authorMichael Zucchi <notzed@gmail.com>
Sat, 26 Oct 2019 00:38:13 +0000 (11:08 +1030)
committerMichael Zucchi <notzed@gmail.com>
Sat, 26 Oct 2019 00:38:13 +0000 (11:08 +1030)
java.make

index 8896ca1..ee876b1 100644 (file)
--- 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) \