chiark
/
gitweb
/
~mdw
/
tripe-android
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3a2f1a4
)
Makefile: Use a less-specific symlink to find Java headers.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 16 May 2018 09:23:27 +0000
(10:23 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 16 May 2018 09:23:27 +0000
(10:23 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 2cf811adbe7ce237cf90e591e6b42dc9401ab912..6e75ef590a1a5331d9a19e358eeebd11862b76ef 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,7
+6,7
@@
v_tag_0 = @printf " %-8s %s\n" "$1" "$@";
V_AT = $(V_AT_$V)
V_AT_0 = @
V_AT = $(V_AT_$V)
V_AT_0 = @
-JDK = /usr/lib/jvm/
java-8-openjdk-amd64
+JDK = /usr/lib/jvm/
default-java
JDK_PLAT = linux
INCLUDES = $(JDK)/include $(JDK)/include/$(JDK_PLAT)
JDK_PLAT = linux
INCLUDES = $(JDK)/include $(JDK)/include/$(JDK_PLAT)