From adf0f3e3179c8527cf6920a02324f5eb321f93eb Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 15 Feb 2005 17:49:27 -0500 Subject: [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: --- fortran/test/Makefile.am | 6 +++--- fortran/test/Makefile.in | 4 ---- 2 files changed, 3 insertions(+), 7 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 diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 2f085f4..2f8b2a7 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -736,10 +736,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES uninstall-libLTLIBRARIES - 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 - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) -- cgit v0.12