summaryrefslogtreecommitdiff
path: root/gotools/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2017-07-26 22:01:36 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-07-26 22:01:36 +0000
commit63c0f54325b97074f1908ccca7381eb798c43229 (patch)
tree5dedfa7192f9b779b5d3312c80fdcabc8c21e465 /gotools/Makefile.in
parentb29d7591251e27af7ce8394c5a4ce56ff69ca6c4 (diff)
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotools/Makefile.in b/gotools/Makefile.in
index e083bb473ad..9c0084e2e18 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