diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-19 19:08:12 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-19 19:08:12 (GMT) |
commit | fd3c700f364c2262eb92d4a33a09ea6181619649 (patch) | |
tree | 2d215fe709820358561dc2ff20ebc375eb974249 /tools | |
parent | 241abf49318ff3946ac9a96bde74efcec4c2332f (diff) | |
download | hdf5-fd3c700f364c2262eb92d4a33a09ea6181619649.zip hdf5-fd3c700f364c2262eb92d4a33a09ea6181619649.tar.gz hdf5-fd3c700f364c2262eb92d4a33a09ea6181619649.tar.bz2 |
[svn-r3453]
Purpose:
Fixing Makefile.in for compiling h4toh5test.c at the right option
Without including hdf4 lib, h4toh5test will not be generated.
Description:
Solution:
Platforms tested:
arabica
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 9f82a93..5cc88e6 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -24,7 +24,7 @@ LT_LINK_LIB=$(LT) --mode=link $(CC) -static -rpath $(libdir) LIB=libh5tools.la LIBHDF5=../src/libhdf5.la PUB_PROGS=h5debug h5import h5ls h5repart h5dump @H5TOH4@ @H4TOH5@ @H4TOH5TEST@ @PDB2HDF@ -PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumptst h4toh5test +PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumptst ## Source and object files for the library; do not install LIB_SRC=h5tools.c |