diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-06-09 02:56:46 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-06-09 02:56:46 (GMT) |
commit | 1be010d74f72687e2f5fd69f75a833bc480eb11e (patch) | |
tree | 8c16dffbc97a1ef827e267a848155c63359e5434 /fortran/src/Makefile.in | |
parent | 2a8ef6786d77de34cb3b9a8a48c2eb3d0f281161 (diff) | |
download | hdf5-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/src/Makefile.in')
-rw-r--r-- | fortran/src/Makefile.in | 6 |
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 |