diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-15 22:49:27 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-15 22:49:27 (GMT) |
commit | adf0f3e3179c8527cf6920a02324f5eb321f93eb (patch) | |
tree | 11237aca1745fbd6c11c821968d6b4ed1942f81b /fortran/test/Makefile.am | |
parent | ceb75f0efdcca01cb415e9ab8c2d4752709064d1 (diff) | |
download | hdf5-adf0f3e3179c8527cf6920a02324f5eb321f93eb.zip hdf5-adf0f3e3179c8527cf6920a02324f5eb321f93eb.tar.gz hdf5-adf0f3e3179c8527cf6920a02324f5eb321f93eb.tar.bz2 |
[svn-r10013] Purpose:
Bug fix
Description:
While commenting out some code in a Makefile.am, I missed two lines.
Solution:
Commented out those lines.
Platforms tested:
verbena, heping
Misc. update:
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r-- | fortran/test/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am index 6881f02..376a19e 100644 --- a/fortran/test/Makefile.am +++ b/fortran/test/Makefile.am @@ -58,9 +58,9 @@ MOSTLYCLEANFILES=*.h5 *.tmp ## Fortran dependencies must be hardcoded, unfortunately. ##FORTLIBTEST_OBJ= fortranlib_test.lo \ - tH5F.lo tH5D.lo tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo \ - tH5Sselect.lo tH5P.lo tH5A.lo tH5I.lo tH5G.lo tH5E.lo tf.lo \ - t.lo +## tH5F.lo tH5D.lo tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo \ +## tH5Sselect.lo tH5P.lo tH5A.lo tH5I.lo tH5G.lo tH5E.lo tf.lo \ +## t.lo ##fortranlib_test$(EXEEXT): $(FORTLIBTEST_OBJ) include $(top_srcdir)/config/conclude.am |