aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.am
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2018-06-19 16:52:54 -0700
committerCary Coutant <ccoutant@gmail.com>2018-06-19 17:02:26 -0700
commit27ab04240bb40e052f288b2960fb99210b6f67b1 (patch)
tree5a5215cd536aa7c8d603713d385a23172c792646 /gold/testsuite/Makefile.am
parent7c69913eaa31cdec6bdc9e7709f7d01f81ef8c55 (diff)
downloadbinutils-27ab04240bb40e052f288b2960fb99210b6f67b1.zip
binutils-27ab04240bb40e052f288b2960fb99210b6f67b1.tar.gz
binutils-27ab04240bb40e052f288b2960fb99210b6f67b1.tar.bz2
Remove *.stderr when "make clean".
gold/ * testsuite/Makefile.am (MOSTLYCLEANFILES): Add *.stderr. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/testsuite/Makefile.am')
-rw-r--r--gold/testsuite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
index c926f8b..99006c5 100644
--- a/gold/testsuite/Makefile.am
+++ b/gold/testsuite/Makefile.am
@@ -81,7 +81,7 @@ endif
# .o's), but not all of them (such as .so's and .err files). We
# improve on that here. automake-1.9 info docs say "mostlyclean" is
# the right choice for files 'make' builds that people rebuild.
-MOSTLYCLEANFILES = *.so *.syms *.stdout
+MOSTLYCLEANFILES = *.so *.syms *.stdout *.stderr
# Export make variables to the shell scripts so that they can see
# (for example) DEFAULT_TARGET.