summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-11-29 18:03:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-11-29 18:03:14 (GMT)
commite911ab10ee38c352389bdb9360014f3e314adf2f (patch)
treeb6d491a50c9057c0cc92e5ba02490aaec00623cb /hl
parent949bf00c707857448037d2010c599e0ef7c0c310 (diff)
downloadhdf5-e911ab10ee38c352389bdb9360014f3e314adf2f.zip
hdf5-e911ab10ee38c352389bdb9360014f3e314adf2f.tar.gz
hdf5-e911ab10ee38c352389bdb9360014f3e314adf2f.tar.bz2
[svn-r9595] Purpose:
added hl to the 1.6 branch, as was done for the 1.7 Description: Solution: Platforms tested: linux (using a build directory outside the source) Misc. update:
Diffstat (limited to 'hl')
-rw-r--r--hl/test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index 99310a6..5ab6f4a 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) $(LIBHDF5)
+$(TEST_PROGS): $(LIBHDF5_HL)
test_lite: test_lite.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ test_lite.lo $(LIBHDF5_HL) $(LIBHDF5) $(LDFLAGS) $(LIBS)