summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-03-20 18:13:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-03-20 18:13:44 (GMT)
commit92867616478f75741ea0fd109da9670d0bb05589 (patch)
tree4d80a21933cea871d3fcbe04cbd2df037e8accc2 /tools
parent37e6a07fc6a36c714ad362a3dcb90713eac4a0ec (diff)
downloadhdf5-92867616478f75741ea0fd109da9670d0bb05589.zip
hdf5-92867616478f75741ea0fd109da9670d0bb05589.tar.gz
hdf5-92867616478f75741ea0fd109da9670d0bb05589.tar.bz2
[svn-r5073] Purpose:
Code Motion Description: Removal of HDF4 from the configure/Makefiles. This is a precursor to the actual physical removal of the HDF4 tools from the HDF5 tree. Platforms tested: Arabica, Dangermouse
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 3dddd6c..88fff00 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -9,7 +9,7 @@ srcdir=@srcdir@
## All subdirectories except for the ``lib'' subdirectory.
##
-SUBDIRS=h5dump h5ls misc gifconv @H5TOH4@ @H4TOH5@
+SUBDIRS=h5dump h5ls misc gifconv
@COMMENCE@