summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-07-30 20:07:26 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-07-30 20:07:26 (GMT)
commit92668124113bf74de616efa3e66c241e636ba4d2 (patch)
tree859bd4f339e87b3e6947321f658a5857fe5a07ab /tools
parentb09e4485f4591acf36d609b04ca4bfb4993a2314 (diff)
downloadhdf5-92668124113bf74de616efa3e66c241e636ba4d2.zip
hdf5-92668124113bf74de616efa3e66c241e636ba4d2.tar.gz
hdf5-92668124113bf74de616efa3e66c241e636ba4d2.tar.bz2
[svn-r7278] Purpose:
Bug Fix Description: pmake failed during make of h5dump because of some undefined variables. Solution: Defined the variables. Platforms tested: Modi4 (small change and only Irix specific) Misc. update:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in
index 22cc63b..6c7ee20 100644
--- a/tools/h5dump/Makefile.in
+++ b/tools/h5dump/Makefile.in
@@ -27,6 +27,9 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \
##
TEST_PROGS=h5dumpgentest
TEST_SCRIPTS=$(srcdir)/testh5dump.sh
+
+TEST_PROGS_XML=""
+TEST_PROGS_PARA_XML=""
TEST_SCRIPTS_XML=$(srcdir)/testh5dumpxml.sh
## These are our main targets: library and tools.