diff options
Diffstat (limited to 'gdb/testsuite/gdb.asm/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.asm/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/Makefile.in b/gdb/testsuite/gdb.asm/Makefile.in index 3e2162d..f3e6e8b 100644 --- a/gdb/testsuite/gdb.asm/Makefile.in +++ b/gdb/testsuite/gdb.asm/Makefile.in @@ -9,6 +9,7 @@ all info install-info dvi install uninstall installcheck check: clean mostlyclean: -rm -f *~ *.o a.out *.x *.ci *.tmp + -rm -f *.dwo *.dwp -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) -rm -f $(MISCELLANEOUS) |