summaryrefslogtreecommitdiffstats
path: root/c++/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-02-25 14:56:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-02-25 14:56:36 (GMT)
commit425f0dad1ea7339fdfbbd8fa879707b9c1712f92 (patch)
treea8567b133a3ec17572fa05c1beb39e5082fa43b4 /c++/Makefile.in
parent474a1434bd0b5a84c4cd5a485dd1bc7f47ca334f (diff)
downloadhdf5-425f0dad1ea7339fdfbbd8fa879707b9c1712f92.zip
hdf5-425f0dad1ea7339fdfbbd8fa879707b9c1712f92.tar.gz
hdf5-425f0dad1ea7339fdfbbd8fa879707b9c1712f92.tar.bz2
[svn-r6437] Description:
so_locations was not removed during distclean. Added it to the distclean targets. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)}? No [If no, why not?] Tested in modi4 and eirene with C++ enabled..
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r--c++/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 21773c9..42e400e 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -121,7 +121,7 @@ distclean:
-$(RM) config/stamp1 config/stamp2 config/depend?
-$(RM) config.cache config.log config.status configure.lineno
-$(RM) src/H5config.h src/H5pubconf.h
- -$(RM) libtool Makefile
+ -$(RM) libtool Makefile so_locations
maintainer-clean:
@echo "This target is intended for maintainers to use;"