diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-02-19 03:22:19 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2008-02-19 03:22:19 +0000 |
commit | 610f48948ea1a6b8175ff298ff897c6dd5b4bd01 (patch) | |
tree | c44e12d49510bbddc25b317726fc6998619d84c9 /libiberty/testsuite | |
parent | 946bde0b071d25cab71abe373226f37293b8b102 (diff) | |
download | gdb-610f48948ea1a6b8175ff298ff897c6dd5b4bd01.zip gdb-610f48948ea1a6b8175ff298ff897c6dd5b4bd01.tar.gz gdb-610f48948ea1a6b8175ff298ff897c6dd5b4bd01.tar.bz2 |
PR other/12618
* testsuite/Makefile.in (mostlyclean): Remove any core file.
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in index 56800a7..69ac1f5 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 |