diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-09 18:06:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-09 18:06:19 (GMT) |
commit | 9df18ff5bbd7437e5db4c07670bb296037b54678 (patch) | |
tree | da0be517d28510eca6aa7cda95b5c886d810b31e | |
parent | 896cd2e17dcd2ea76700f8217b7ad42ca8422b05 (diff) | |
download | hdf5-9df18ff5bbd7437e5db4c07670bb296037b54678.zip hdf5-9df18ff5bbd7437e5db4c07670bb296037b54678.tar.gz hdf5-9df18ff5bbd7437e5db4c07670bb296037b54678.tar.bz2 |
[svn-r8634] 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
-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 22cc63b..d70b50e 100644 --- a/tools/h5dump/Makefile.in +++ b/tools/h5dump/Makefile.in @@ -26,7 +26,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 +TEST_SCRIPTS=./testh5dump.sh TEST_SCRIPTS_XML=$(srcdir)/testh5dumpxml.sh ## These are our main targets: library and tools. |