[gold patch trivial] Fix "make clean"

Cary Coutant ccoutant@gmail.com
Thu Jun 30 06:19:00 GMT 2016


In the gold testsuite, "make clean" was not removing the file
eh_test_2. I've committed this patch to fix that.

-cary


2016-06-29  Cary Coutant  <ccoutant@gmail.com>

gold/
        * testsuite/Makefile.am (MOSTLYCLEANFILES): Add eh_test_2.
        * testsuite/Makefile.in: Regenerate.

diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
index b1c671f..c8d3093 100644
--- a/gold/testsuite/Makefile.am
+++ b/gold/testsuite/Makefile.am
@@ -390,7 +390,7 @@ eh_test: eh_test_a.o eh_test_b.o  gcctestdir/ld

 check_SCRIPTS += eh_test_2.sh
 check_DATA += eh_test_2.sects
-MOSTLYCLEANFILES += eh_test_2.sects
+MOSTLYCLEANFILES += eh_test_2 eh_test_2.sects
 eh_test_r.o: eh_test_a.o eh_test_b.o gcctestdir/ld
        gcctestdir/ld -r -o $@ eh_test_a.o eh_test_b.o
 eh_test_2: eh_test_r.o gcctestdir/ld



More information about the Binutils mailing list