From b9d5eb15435f6480fda9d60f34a1faa5c01edbf1 Mon Sep 17 00:00:00 2001 From: James Laird Date: Mon, 7 Feb 2005 11:41:28 -0500 Subject: [svn-r9950] Purpose: Bug fix Description: Make uninstall in /fortran/testpar was trying to remove install/bin directory. Solution: Remove the extra line that was copy-pasted into Makefile.am by mistake. Oops. Platforms tested: Copper. --- fortran/testpar/Makefile.am | 3 +-- fortran/testpar/Makefile.in | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/fortran/testpar/Makefile.am b/fortran/testpar/Makefile.am index 0a096d5..e6301d0 100644 --- a/fortran/testpar/Makefile.am +++ b/fortran/testpar/Makefile.am @@ -57,8 +57,7 @@ uninstall-local: if test -f "$(includedir)/hdf5.$(F9XMODEXT)" -o -f "$(includedir)/HDF5.$(F9XMODEXT)"; then \ set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \ fi; \ - fi; \ - $(RM) $(bindir)/$(H5FC_NAME) + fi # Put in dependencies to the THDF5 module so that things will be built # in the correct order. diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index f4b367a..c520330 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -470,8 +470,7 @@ uninstall-local: if test -f "$(includedir)/hdf5.$(F9XMODEXT)" -o -f "$(includedir)/HDF5.$(F9XMODEXT)"; then \ set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \ fi; \ - fi; \ - $(RM) $(bindir)/$(H5FC_NAME) + fi # Put in dependencies to the THDF5 module so that things will be built # in the correct order. -- cgit v0.12