diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-11-29 17:36:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-11-29 17:36:10 (GMT) |
commit | 9f4d8be1d1c026a9528e2e67d33a74fc23c2c788 (patch) | |
tree | ccc4bb80c7dfb63d7f430a3d060c3bc7f845764a /hl/test/Makefile.in | |
parent | 423f58cc384764964847ffdf757e180dfad07a1e (diff) | |
download | hdf5-9f4d8be1d1c026a9528e2e67d33a74fc23c2c788.zip hdf5-9f4d8be1d1c026a9528e2e67d33a74fc23c2c788.tar.gz hdf5-9f4d8be1d1c026a9528e2e67d33a74fc23c2c788.tar.bz2 |
[svn-r9591] Purpose:
Bug fix
Description:
Add dependency on the HDF5 library as well as the high-level library for
rebuilding tests.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'hl/test/Makefile.in')
-rw-r--r-- | hl/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index 5ab6f4a..99310a6 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -51,7 +51,7 @@ PRIVATE_HDR= ## How to build the tests... They all depend on the hdf5_hl and hdf5 ## libraries. -$(TEST_PROGS): $(LIBHDF5_HL) +$(TEST_PROGS): $(LIBHDF5_HL) $(LIBHDF5) test_lite: test_lite.lo @$(LT_LINK_EXE) $(CFLAGS) -o $@ test_lite.lo $(LIBHDF5_HL) $(LIBHDF5) $(LDFLAGS) $(LIBS) |