Changeset 33943 for main/trunk


Ignore:
Timestamp:
2020-02-18T15:56:07+13:00 (4 years ago)
Author:
davidb
Message:

Further tweaking of javah check after it failed to work on Bedrock LSB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/packages/javagdbm/java/Makefile.in

    r33929 r33943  
    2323    $(JAVAC) -d $(JAVACLASSDIR) -sourcepath $(JAVASRCDIR) $(JAVACOPTIONS) au/com/pharos/*/*.java
    2424    @echo Checking for javah ...
    25     @found=`which javah | wc -l`
     25    $(eval found = $(shell which javah 2>/dev/null | wc -l))
    2626    @if test "$(found)" = "1" ; then \
    2727      echo ... found ; \
Note: See TracChangeset for help on using the changeset viewer.