summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortran/testpar/Makefile.am3
-rw-r--r--fortran/testpar/Makefile.in3
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.