summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-04-24 19:28:04 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-04-24 19:28:04 (GMT)
commit033c6593126568a16e636cd90f04273a00fa1617 (patch)
treec6e1ad8a2659ac09882dbdd7ea99e5af5d991a42 /fortran
parent3edcb9032bd065648de42a0256649d8883a4824b (diff)
downloadhdf5-033c6593126568a16e636cd90f04273a00fa1617.zip
hdf5-033c6593126568a16e636cd90f04273a00fa1617.tar.gz
hdf5-033c6593126568a16e636cd90f04273a00fa1617.tar.bz2
[svn-r5248] Purpose:
Update Description: Remove the H5config_fortran.h file when doing a "make distclean" and the like. Platforms tested: HP_UX
Diffstat (limited to 'fortran')
-rw-r--r--fortran/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index a364061..9a8809a 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -108,7 +108,7 @@ distclean:
-$(RM) config/commence config/conclude
-$(RM) config/stamp1 config/stamp2 config/depend?
-$(RM) config.cache config.log config.status
- -$(RM) src/H5config.h src/H5pubconf.h
+ -$(RM) src/H5config_fortran.h
-$(RM) libtool Makefile
maintainer-clean:
@@ -117,6 +117,6 @@ maintainer-clean:
@@SETX@; for d in $(SUBDIRS) examples; do \
(cd $$d && $(MAKE) $@); \
done
- -$(RM) config.cache config.log config.status src/H5config.h
- -$(RM) configure src/H5config.h.in
+ -$(RM) config.cache config.log config.status src/H5config_fortran.h
+ -$(RM) configure src/H5config_fortran.h.in