diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-09 18:06:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-09 18:06:23 (GMT) |
commit | a8e09cbc3eca78877733309a64615b0c96979c1e (patch) | |
tree | 3f838961912f09f96c85b9733da8386430302499 /tools/h5dump | |
parent | 4b23dc8335489b7a0db5b97099c37c0430adc4b5 (diff) | |
download | hdf5-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/h5dump')
-rw-r--r-- | tools/h5dump/Makefile.in | 2 |
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. ## |