From cc6ce34d23ab42bcc0df38beb94ad5683f604aaa Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 20 Oct 2011 15:38:21 -0500 Subject: [svn-r21628] 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. --- fortran/src/Makefile.am | 1 - fortran/src/Makefile.in | 3 +-- 2 files changed, 1 insertion(+), 3 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 58c8df3..af1083f 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -478,7 +478,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 86 +LT_VERS_REVISION = 85 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used @@ -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 \ -- cgit v0.12