summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-02-22 22:24:34 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-02-22 22:24:34 (GMT)
commitd6a4d2a3d6e641a18efd25b6e0bf9e632dfba149 (patch)
tree7759c5705e169a4114360b45d838be629ce364f3 /tools
parent9f3c75e052105169ee6d8553888e899e05b37980 (diff)
downloadhdf5-d6a4d2a3d6e641a18efd25b6e0bf9e632dfba149.zip
hdf5-d6a4d2a3d6e641a18efd25b6e0bf9e632dfba149.tar.gz
hdf5-d6a4d2a3d6e641a18efd25b6e0bf9e632dfba149.tar.bz2
[svn-r3497] Purpose:
Fix Description: Left some more cruft in there. Solution: Removed. I still need to check on the testing of `talign'... Platforms tested: Linux
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 7efb022..88c3362 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 @H5TOH4@ @H4TOH5@ @PDB2HDF@
+SUBDIRS=h5dump h5ls misc @H5TOH4@ @H4TOH5@
@COMMENCE@
@@ -22,7 +22,7 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \
## Test programs and scripts.
##
TEST_PROGS=talign
-TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh @TESTH5TOH4@ @TESTH4TOH5@
+TEST_SCRIPTS=
## These are our main targets: library and tools.
##