summaryrefslogtreecommitdiff
path: root/libiberty/testsuite
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-19 03:23:15 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-19 03:23:15 +0000
commit971bdcefe8220399d91064ed3260b6f3e7226071 (patch)
treee70ff7adf7dab4a44de2fb660341ff0913c3b988 /libiberty/testsuite
parent7addba43bb63039a105ef105ad71bfe004a7f69d (diff)
downloadgcc-971bdcefe8220399d91064ed3260b6f3e7226071.tar.gz
PR other/12618
* testsuite/Makefile.in (mostlyclean): Remove any core file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r--libiberty/testsuite/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in
index 56800a7a7ce..69ac1f5105e 100644
--- a/libiberty/testsuite/Makefile.in
+++ b/libiberty/testsuite/Makefile.in
@@ -67,7 +67,7 @@ test-demangle: $(srcdir)/test-demangle.c ../libiberty.a
test-pexecute: $(srcdir)/test-pexecute.c ../libiberty.a
$(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-pexecute \
$(srcdir)/test-pexecute.c ../libiberty.a
-
+
test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
$(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
$(srcdir)/test-expandargv.c ../libiberty.a
@@ -81,6 +81,7 @@ mostlyclean:
rm -f test-demangle
rm -f test-pexecute
rm -f test-expandargv
+ rm -f core
clean: mostlyclean
distclean: clean
rm -f Makefile