summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-06-09 02:56:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-06-09 02:56:46 (GMT)
commit1be010d74f72687e2f5fd69f75a833bc480eb11e (patch)
tree8c16dffbc97a1ef827e267a848155c63359e5434 /fortran
parent2a8ef6786d77de34cb3b9a8a48c2eb3d0f281161 (diff)
downloadhdf5-1be010d74f72687e2f5fd69f75a833bc480eb11e.zip
hdf5-1be010d74f72687e2f5fd69f75a833bc480eb11e.tar.gz
hdf5-1be010d74f72687e2f5fd69f75a833bc480eb11e.tar.bz2
[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:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/Makefile.in6
1 files 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