From 3691889dbf9f618357ad92dcddb35d6ec80d12c6 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 20 Oct 2011 18:43:38 -0500 Subject: [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. --- fortran/src/Makefile.am | 1 - fortran/src/Makefile.in | 1 - 2 files changed, 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 \ -- cgit v0.12