diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-03-20 18:14:36 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-03-20 18:14:36 (GMT) |
commit | 03463f4f94a4f2c89bcfb51a38943e4f5efd5e78 (patch) | |
tree | edc34284c2963e19e839ef00fa1ed29170e9b5b2 /tools | |
parent | 27f237f4c0a7689e68eb857bad86bad14e810212 (diff) | |
download | hdf5-03463f4f94a4f2c89bcfb51a38943e4f5efd5e78.zip hdf5-03463f4f94a4f2c89bcfb51a38943e4f5efd5e78.tar.gz hdf5-03463f4f94a4f2c89bcfb51a38943e4f5efd5e78.tar.bz2 |
[svn-r5074] 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.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 08b90c3..00a385d 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -1,6 +1,6 @@ ## Tools HDF5 Makefile(.in) ## -## Copyright (C) 2001 +## Copyright (C) 2001, 2002 ## National Center for Supercomputing Applications. ## All rights reserved. ## @@ -10,7 +10,7 @@ srcdir=@srcdir@ ## All subdirectories except for the ``lib'' subdirectory. ## -SUBDIRS=h5dump h5ls misc gifconv @H5TOH4@ @H4TOH5@ +SUBDIRS=h5dump h5ls misc gifconv @COMMENCE@ |