diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-02-25 14:56:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-02-25 14:56:36 (GMT) |
commit | 425f0dad1ea7339fdfbbd8fa879707b9c1712f92 (patch) | |
tree | a8567b133a3ec17572fa05c1beb39e5082fa43b4 /c++ | |
parent | 474a1434bd0b5a84c4cd5a485dd1bc7f47ca334f (diff) | |
download | hdf5-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++')
-rw-r--r-- | c++/Makefile.in | 2 |
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;" |