summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2010-07-29 22:26:42 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2010-07-29 22:26:42 (GMT)
commitc173b3fee43d497f730fbd8f0399a8859c4929a9 (patch)
treeab2d83ed6872cc46fba24360339c6cea2602cc8f /fortran
parent6e3ff79f0c26c85a8cc444a535870a956fd02b6e (diff)
downloadhdf5-c173b3fee43d497f730fbd8f0399a8859c4929a9.zip
hdf5-c173b3fee43d497f730fbd8f0399a8859c4929a9.tar.gz
hdf5-c173b3fee43d497f730fbd8f0399a8859c4929a9.tar.bz2
[svn-r19155] Remove line in clean target that removes installed header files.
Tested with h5 committest on amani, jam, heiwa and linew.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/Makefile.am1
-rw-r--r--fortran/src/Makefile.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/Makefile.am b/fortran/src/Makefile.am
index ca938c8..481a0db 100644
--- a/fortran/src/Makefile.am
+++ b/fortran/src/Makefile.am
@@ -90,7 +90,6 @@ clean-local:
@if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \
$(RM) *.$(F9XMODEXT); \
fi
- $(RM) $(DESTDIR)$(includedir)/H5f90i*.h
install-data-local:
@if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 30be50e..b0fdf35 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -919,7 +919,6 @@ clean-local:
@if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \
$(RM) *.$(F9XMODEXT); \
fi
- $(RM) $(DESTDIR)$(includedir)/H5f90i*.h
install-data-local:
@if test -n "$(F9XMODEXT)" && test "X$(F9XMODEXT)" != "Xo"; then \