Browse Source

Chage type by which as type was failing

JNI-76
Hussein Kasem 6 years ago
parent
commit
5f39445b18
  1. 2
      src/Makefile

2
src/Makefile

@ -24,7 +24,7 @@ endif
JP=$(JAVA_HOME)/bin JP=$(JAVA_HOME)/bin
# Old versions of a Java distribution have a `javah` binary, new versions do not. This checks whether or not `javah` can be found in the Java distribution found in the directory `$JAVA_HOME`. # Old versions of a Java distribution have a `javah` binary, new versions do not. This checks whether or not `javah` can be found in the Java distribution found in the directory `$JAVA_HOME`.
NOT_USED:=$(shell type $(JAVA_HOME)/bin/javah) NOT_USED:=$(shell which $(JAVA_HOME)/bin/javah)
ifeq ($(.SHELLSTATUS),0) ifeq ($(.SHELLSTATUS),0)
OLD_JAVA=placeholder OLD_JAVA=placeholder
endif endif

Loading…
Cancel
Save