| Index: gdb/testsuite/gdb.dwarf2/Makefile.in
|
| diff --git a/gdb/testsuite/gdb.dwarf2/Makefile.in b/gdb/testsuite/gdb.dwarf2/Makefile.in
|
| index f89f162da97334478b8a4c1e05973f6178fce770..e77204e3dea5e35875832b8d4d2187590ca3c95d 100644
|
| --- a/gdb/testsuite/gdb.dwarf2/Makefile.in
|
| +++ b/gdb/testsuite/gdb.dwarf2/Makefile.in
|
| @@ -1,6 +1,5 @@
|
| # Makefile for regression testing the GNU debugger.
|
| -# Copyright 1992-1996, 1999, 2001, 2003-2004, 2007-2012 Free Software
|
| -# Foundation, Inc.
|
| +# Copyright 1992-2013 Free Software Foundation, Inc.
|
|
|
| # This file is part of GDB.
|
|
|
| @@ -22,7 +21,7 @@ VPATH = @srcdir@
|
| srcdir = @srcdir@
|
|
|
| EXECUTABLES = *.x pr10770 dw2-cp-infcall-ref-static dw2-inline-param \
|
| - dw2-noloc dw2-ranges dw2-ref-missing-frame dw2-unresolved
|
| + dw2-noloc dw2-ranges dw2-ref-missing-frame dw2-unresolved gdb-index
|
|
|
| all info install-info dvi install uninstall installcheck check:
|
| @echo "Nothing to be done for $@..."
|
| @@ -32,6 +31,7 @@ clean mostlyclean:
|
| -rm -f core core.coremaker coremaker.core corefile
|
| -rm -f *.dwo *.dwp
|
| -rm -f $(EXECUTABLES)
|
| + -rm -f *.gdb-index *.with-index
|
|
|
| distclean maintainer-clean realclean: clean
|
| -rm -f *~ core
|
|
|