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.in | |
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.in')
-rw-r--r-- | fortran/test/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
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) |