summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-02-22 22:23:04 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-02-22 22:23:04 (GMT)
commit9f3c75e052105169ee6d8553888e899e05b37980 (patch)
tree7c2eff12d7f60ba0d51bf6c04f5532eeccd9cc15 /tools
parent75d7bc880b60e559a97420c7a3b36eb80491c37d (diff)
downloadhdf5-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')
-rw-r--r--tools/Makefile.in2
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@