diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-24 19:31:06 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-24 19:31:06 (GMT) |
commit | 69293e09df6585808643b9c1393d44da2767315d (patch) | |
tree | f43bd823d362dbb1b8b297ae3c375cfb05d68776 /tools/misc/Makefile.am | |
parent | 8619af74a4bc5013d6c9896f1c696f91e7bda050 (diff) | |
download | hdf5-69293e09df6585808643b9c1393d44da2767315d.zip hdf5-69293e09df6585808643b9c1393d44da2767315d.tar.gz hdf5-69293e09df6585808643b9c1393d44da2767315d.tar.bz2 |
[svn-r11602] Purpose:
Bug fix
Description:
Removed detection of pdb from configure.in as a corollary to removal
of pdb2hdf5 tool.
Platforms tested:
mir, modi4
Diffstat (limited to 'tools/misc/Makefile.am')
-rw-r--r-- | tools/misc/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/misc/Makefile.am b/tools/misc/Makefile.am index 4dfbc6d..32ede77 100644 --- a/tools/misc/Makefile.am +++ b/tools/misc/Makefile.am @@ -30,13 +30,8 @@ check_PROGRAMS=$(TEST_PROG) repart_test check_SCRIPTS=$(TEST_SCRIPT) SCRIPT_DEPEND=h5repart$(EXEEXT) -# Build pdb2hdf5 if LLNL's PDB is present (checked in configure) -if BUILD_PDB2HDF_CONDITIONAL - PDB2HDF=pdb2hdf5 -endif - # These are our main targets, the tools -bin_PROGRAMS=h5debug h5repart h5stat $(PDB2HDF) +bin_PROGRAMS=h5debug h5repart h5stat bin_SCRIPTS=h5redeploy # Tell automake to clean h5redeploy script |