summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/Makefile.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-06-28 15:12:08 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-06-28 15:12:08 (GMT)
commit1b717e9452132c54c6a68361d1c2308106217a0b (patch)
treec4e3460b30dca10edb38c0e52e30f39b6c874aa8 /fortran/testpar/Makefile.in
parent12c718ace34fce3a90b7a9873a41a9767f8f07af (diff)
downloadhdf5-1b717e9452132c54c6a68361d1c2308106217a0b.zip
hdf5-1b717e9452132c54c6a68361d1c2308106217a0b.tar.gz
hdf5-1b717e9452132c54c6a68361d1c2308106217a0b.tar.bz2
[svn-r4075]
Purpose: Sync with hdf5 1.4. branch Description: Brought changes made in the hdf5 1.4. branch into 1.5
Diffstat (limited to 'fortran/testpar/Makefile.in')
-rw-r--r--fortran/testpar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 2e57b95..0848c94 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -42,6 +42,6 @@ $(TEST_PROGS): $(LIBHDF5) $(LIBH5TEST)
$(TEST_OBJ): $(TEST_HDR)
ptesthdf5_fortran: thdf5.lo thyperslab_wr.lo tcheck.lo ptesthdf5_fortran.lo
- @$(LT_LINK_FEXE) $(FFLAGS) -o $@ ptesthdf5_fortran.lo thyperslab_wr.lo tcheck.lo $(LIBFORTRAN) $(LIBHDF5) $(LIBS)
+ @$(LT_LINK_FEXE) $(FFLAGS) -o $@ ptesthdf5_fortran.lo thdf5.lo thyperslab_wr.lo tcheck.lo $(LIBFORTRAN) $(LIBHDF5) $(LIBS)
@CONCLUDE@