aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.am
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2016-06-29 23:16:24 -0700
committerCary Coutant <ccoutant@gmail.com>2016-06-29 23:16:24 -0700
commit8db8e6948a12faaba4aa5445770b1064ad32e39d (patch)
tree52dbc49ff947efe20925deb711377fc78b36ab39 /gold/testsuite/Makefile.am
parent068e05badb9c3802961d67bc90e39c12798e8488 (diff)
downloadgdb-8db8e6948a12faaba4aa5445770b1064ad32e39d.zip
gdb-8db8e6948a12faaba4aa5445770b1064ad32e39d.tar.gz
gdb-8db8e6948a12faaba4aa5445770b1064ad32e39d.tar.bz2
Update "make clean" in gold/testsuite.
gold/ * testsuite/Makefile.am (MOSTLYCLEANFILES): Add eh_test_2. * 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 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