diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-27 18:34:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-27 18:34:22 -0400 |
commit | f98d12145797fd3a7de6da7725fc47d8fda951a7 (patch) | |
tree | e68369c2a7196eff4408e8c3041447b6739788d6 | |
parent | a90f5a402bf264c412b554685161d23988df4de2 (diff) | |
download | gcc-f98d12145797fd3a7de6da7725fc47d8fda951a7.zip gcc-f98d12145797fd3a7de6da7725fc47d8fda951a7.tar.gz gcc-f98d12145797fd3a7de6da7725fc47d8fda951a7.tar.bz2 |
(distclean): Delete */Make-{host,target,lang,hooks}
From-SVN: r14346
-rw-r--r-- | gcc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9039d0a..b7517ec 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2031,6 +2031,7 @@ distclean: clean bytecode.distclean lang.distclean -rm -f tm.h config.h tconfig.h hconfig.h md -rm -f config.status config.run config.cache config.bak -rm -f Make-host Make-target Make-lang Make-hooks + -rm -f */Make-host */Make-target */Make-lang */Make-hooks -rm -f Makefile specs.h options.h *.oaux -rm -fr stage1 stage2 stage3 stage4 -rm -f */stage1 */stage2 */stage3 */stage4 */include |