From 92668124113bf74de616efa3e66c241e636ba4d2 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 30 Jul 2003 15:07:26 -0500 Subject: [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: --- tools/h5dump/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v0.12