diff options
author | Nathan Sidwell <nathan@acm.org> | 2020-12-15 07:39:29 -0800 |
---|---|---|
committer | Nathan Sidwell <nathan@acm.org> | 2020-12-15 07:42:59 -0800 |
commit | 2efd8b1ffd0301c97575db4997257079744daf58 (patch) | |
tree | 3b5d4b89008d21fbb5481bfdb883ebc0d6f5c720 /Makefile.tpl | |
parent | 35fc243fca06b1ce845a605cd1d6fd199a857e8e (diff) | |
download | gcc-2efd8b1ffd0301c97575db4997257079744daf58.zip gcc-2efd8b1ffd0301c97575db4997257079744daf58.tar.gz gcc-2efd8b1ffd0301c97575db4997257079744daf58.tar.bz2 |
Add C++tools
These are the toplevel directory changes to add c++tools
ChangeLog:
* Makefile.def
* Makefile.in
* Makefile.tpl
* configure
* configure.ac
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index efed151..3b88f35 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -864,8 +864,8 @@ local-distclean: -rm -f texinfo/doc/Makefile texinfo/po/POTFILES -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null - -rmdir fastjar gcc gnattools gotools libcc1 libiberty 2>/dev/null - -rmdir texinfo zlib 2>/dev/null + -rmdir c++tools fastjar gcc gnattools gotools 2>/dev/null + -rmdir libcc1 libiberty texinfo zlib 2>/dev/null -find . -name config.cache -exec rm -f {} \; \; 2>/dev/null local-maintainer-clean: |