summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-20 23:43:38 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-20 23:43:38 (GMT)
commit3691889dbf9f618357ad92dcddb35d6ec80d12c6 (patch)
tree1d7564b74b9b0c1658f381da98017be45f9d5e74 /fortran
parentc36a79fd91206a67cc159e6881cb1b9fce2d2b83 (diff)
downloadhdf5-3691889dbf9f618357ad92dcddb35d6ec80d12c6.zip
hdf5-3691889dbf9f618357ad92dcddb35d6ec80d12c6.tar.gz
hdf5-3691889dbf9f618357ad92dcddb35d6ec80d12c6.tar.bz2
[svn-r21632] Description:
Removed line: $(RM) $(DESTDIR)$(includedir)/H5f90i*.h These *.h files are needed for HL_NPOESS and should not be removed when make clean is specified. The Daily Test installs the file using the deploy script, but then runs make clean which removes the file, so the files are not there when we try to compile HL_NPOESS causing an error.
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 f4cfb6a..e6ef610 100644
--- a/fortran/src/Makefile.am
+++ b/fortran/src/Makefile.am
@@ -102,7 +102,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 669a1bf..083c675 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -989,7 +989,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 \