summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-09 18:06:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-09 18:06:23 (GMT)
commita8e09cbc3eca78877733309a64615b0c96979c1e (patch)
tree3f838961912f09f96c85b9733da8386430302499 /tools
parent4b23dc8335489b7a0db5b97099c37c0430adc4b5 (diff)
downloadhdf5-a8e09cbc3eca78877733309a64615b0c96979c1e.zip
hdf5-a8e09cbc3eca78877733309a64615b0c96979c1e.tar.gz
hdf5-a8e09cbc3eca78877733309a64615b0c96979c1e.tar.bz2
[svn-r8635] Purpose:
Bug fix Description: Correct path to new testh5dump.sh, now that it's generated. Platforms tested: FreeBSD 4.10 (sleipnir) w & w/o srcdir Too minor to require h5committest
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in
index c33ca0c..0206296 100644
--- a/tools/h5dump/Makefile.in
+++ b/tools/h5dump/Makefile.in
@@ -27,7 +27,7 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \
## Test programs and scripts.
##
TEST_PROGS=h5dumpgentest
-TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5dumpxml.sh
+TEST_SCRIPTS=./testh5dump.sh $(srcdir)/testh5dumpxml.sh
## These are our main targets: library and tools.
##