[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:
This commit is contained in:
Bill Wendling 2003-07-30 15:07:26 -05:00
parent b09e4485f4
commit 9266812411

View File

@ -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.