diff options
author | Ian Lance Taylor <iant@golang.org> | 2017-07-26 22:01:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-07-26 22:01:36 +0000 |
commit | 63c0f54325b97074f1908ccca7381eb798c43229 (patch) | |
tree | 5dedfa7192f9b779b5d3312c80fdcabc8c21e465 /gotools/Makefile.in | |
parent | b29d7591251e27af7ce8394c5a4ce56ff69ca6c4 (diff) | |
download | gcc-63c0f54325b97074f1908ccca7381eb798c43229.zip gcc-63c0f54325b97074f1908ccca7381eb798c43229.tar.gz gcc-63c0f54325b97074f1908ccca7381eb798c43229.tar.bz2 |
re PR go/81548 ("make distclean" does not clean all of gotools/)
PR go/81548
* Makefile.am (MOSTLYCLEANFILES): Add *.sent.
* Makefile.in: Rebuild.
From-SVN: r250593
Diffstat (limited to 'gotools/Makefile.in')
-rw-r--r-- | gotools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotools/Makefile.in b/gotools/Makefile.in index e083bb4..9c0084e 100644 --- a/gotools/Makefile.in +++ b/gotools/Makefile.in @@ -316,7 +316,7 @@ GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)') GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)') MOSTLYCLEANFILES = \ zdefaultcc.go s-zdefaultcc \ - check-gccgo gotools.head *-testlog gotools.sum gotools.log + check-gccgo gotools.head *-testlog gotools.sum gotools.log *.sent # For a native build we build the programs using the newly built libgo |