diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-10-29 15:07:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-10-29 15:07:47 (GMT) |
commit | 27f31c012a069b0eef53650fea238151af6575dd (patch) | |
tree | d763bdfa53b9d8c7ec704870a0a088a3d379b537 /tools | |
parent | 8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb (diff) | |
download | hdf5-27f31c012a069b0eef53650fea238151af6575dd.zip hdf5-27f31c012a069b0eef53650fea238151af6575dd.tar.gz hdf5-27f31c012a069b0eef53650fea238151af6575dd.tar.bz2 |
[svn-r11617] Purpose:
Bug fix
Description:
Remove reference to pdb2hdf5 tool during 'make install'
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'tools')
-rw-r--r-- | tools/misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index 11a1806..2ced2ce 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -35,7 +35,7 @@ LIBTOOLS=../lib/libh5tools.la LIBHDF5=$(top_builddir)/src/libhdf5.la ## h5cc is generated by configure. Remove it only when distclean. -BUILD_PROGS=h5debug h5redeploy h5repart @PDB2HDF@ +BUILD_PROGS=h5debug h5redeploy h5repart PUB_PROGS=h5cc $(BUILD_PROGS) PROGS=$(BUILD_PROGS) $(TEST_PROGS) DISTCLEAN=h5cc |