diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-29 18:56:30 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-29 18:56:30 (GMT) |
commit | a136c03f96ca070cc1a622ee32eef1833b35010a (patch) | |
tree | 9c6846887c406d70c3c08ffa4d135e7b6a6464ef | |
parent | eca3933fbbcedb112bda58352ef931db0238a340 (diff) | |
download | hdf5-a136c03f96ca070cc1a622ee32eef1833b35010a.zip hdf5-a136c03f96ca070cc1a622ee32eef1833b35010a.tar.gz hdf5-a136c03f96ca070cc1a622ee32eef1833b35010a.tar.bz2 |
[svn-r5283] Purpose:
Update
Description:
Added cleanup of the H5pubconf_fortran.h file.
-rw-r--r-- | fortran/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 1f5ec2d..b689090 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -1,7 +1,8 @@ ## Top-level HDF5-Fortran Makefile(.in) ## -## Copyright (C) 2000 National Center for Supercomputing Applications. -## All rights reserved. +## Copyright (C) 2000, 2002 +## National Center for Supercomputing Applications. +## All rights reserved. ## ## ## This makefile mostly just reinvokes make in the various subdirectories @@ -97,7 +98,7 @@ distclean: -$(RM) config/commence config/conclude -$(RM) config/stamp1 config/stamp2 config/depend? -$(RM) config.cache config.log config.status - -$(RM) src/H5config_fortran.h + -$(RM) src/H5config_fortran.h src/H5pubconf_fortran.h -$(RM) libtool Makefile maintainer-clean: |