diff options
author | matt rice <ratmice@gmail.com> | 2011-07-22 01:05:24 +0000 |
---|---|---|
committer | matt rice <ratmice@gmail.com> | 2011-07-22 01:05:24 +0000 |
commit | 14d153035333735c0c62c7ee2e92f2b0e65953f8 (patch) | |
tree | 14a6b795c7f002ada475f32293069ef88975f6c5 /gdb/testsuite/gdb.threads/Makefile.in | |
parent | 4df056b71a27b64cd08a615839fb8c2bd94a2c2c (diff) | |
download | gdb-14d153035333735c0c62c7ee2e92f2b0e65953f8.zip gdb-14d153035333735c0c62c7ee2e92f2b0e65953f8.tar.gz gdb-14d153035333735c0c62c7ee2e92f2b0e65953f8.tar.bz2 |
* gdb.threads/Makefile.in: Avoid globbing corethreads.exp
in mostlyclean rule. Add files ending in .core.
Diffstat (limited to 'gdb/testsuite/gdb.threads/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.threads/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/Makefile.in b/gdb/testsuite/gdb.threads/Makefile.in index df70a51..954d547 100644 --- a/gdb/testsuite/gdb.threads/Makefile.in +++ b/gdb/testsuite/gdb.threads/Makefile.in @@ -16,7 +16,8 @@ all info install-info dvi install uninstall installcheck check: @echo "Nothing to be done for $@..." clean mostlyclean: - -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core* $(EXECUTABLES) gcore.test + -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core core.* $(EXECUTABLES) \ + *.core gcore.test distclean maintainer-clean realclean: clean -rm -f Makefile config.status config.log config.h gdb.log gdb.sum |