From 1be010d74f72687e2f5fd69f75a833bc480eb11e Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 8 Jun 2003 21:56:46 -0500 Subject: [svn-r6995] Purpose: cleanup Description: Move the removal of libhdf5_fortran.settings from clean to distclean target. Platforms tested: Tested in copper only since the change is trivial. Misc. update: --- fortran/src/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index ba5e713..fa383c9 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -28,8 +28,10 @@ CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@ ## This is our main target LIB=libhdf5_fortran.la -CLEAN=libhdf5_fortran.settings -DISTCLEAN=H5fortran_types.f90 + +## h5fc and libhdf5_fortran.settings are generated during configure. +## Remove them only when distclean. +DISTCLEAN=H5fortran_types.f90 h5fc libhdf5_fortran.settings ## Public header files (to be installed)... PUB_HDR=H5pubconf_fortran.h -- cgit v0.12