ZedZone
|
Blog
|
Software
|
Code
projects
/
zcl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a1849
)
Remove .classes from jni .o
author
Michael Zucchi
<notzed@gmail.com>
Sat, 26 Oct 2019 00:39:03 +0000
(11:09 +1030)
committer
Michael Zucchi
<notzed@gmail.com>
Sat, 26 Oct 2019 00:39:03 +0000
(11:09 +1030)
java.make
patch
|
blob
|
history
diff --git
a/java.make
b/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) \