diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-22 22:23:04 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-22 22:23:04 (GMT) |
commit | 9f3c75e052105169ee6d8553888e899e05b37980 (patch) | |
tree | 7c2eff12d7f60ba0d51bf6c04f5532eeccd9cc15 /tools/Makefile.in | |
parent | 75d7bc880b60e559a97420c7a3b36eb80491c37d (diff) | |
download | hdf5-9f3c75e052105169ee6d8553888e899e05b37980.zip hdf5-9f3c75e052105169ee6d8553888e899e05b37980.tar.gz hdf5-9f3c75e052105169ee6d8553888e899e05b37980.tar.bz2 |
[svn-r3496] Purpose:
Fix
Description:
Left in the separate subdirectories fro the small programms.
Solution:
removed them and replaced with the misc/ subdirectory
Platforms tested:
Linux
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index b575d88..7efb022 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -9,7 +9,7 @@ srcdir=@srcdir@ ## All subdirectories except for the ``lib'' subdirectory. ## -SUBDIRS=h5debug h5dump h5import h5ls h5repart @H5TOH4@ @H4TOH5@ @PDB2HDF@ +SUBDIRS=h5dump h5ls misc @H5TOH4@ @H4TOH5@ @PDB2HDF@ @COMMENCE@ |