[svn-r3579] Purpose:

Temporary Fix
Description:
    The Makefile in the java/ directory won't work with the current make
    situation.
Solution:
    Temporarily removed going into the java/ subdirectory until the stuff
    with the Makefiles can be figured out.
Platforms tested:
    Linux
This commit is contained in:
Bill Wendling 2001-03-08 18:02:09 -05:00
parent f9ea3ed89b
commit b060a4542a

View File

@ -10,7 +10,8 @@ srcdir=@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
SUBDIRS=java
#SUBDIRS=java
SUBDIRS=
DOCDIR=$(docdir)/hdf5/Tutor/examples
# Public doc files (to be installed)...