From 63c0f54325b97074f1908ccca7381eb798c43229 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 26 Jul 2017 22:01:36 +0000 Subject: 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 --- gotools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gotools/Makefile.in') 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 -- cgit v1.2.3