Update years in copyright notice for the GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / Makefile.in
index b06c382f2f4110d3c45ccf67e0508d6c7c413fe8..b0ace4054e37636ad49e5a399e555fb17d55e904 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile for regression testing the GNU debugger.
-# Copyright 1992-1996, 1998-2000, 2002-2005, 2007-2012 Free Software
-# Foundation, Inc.
+# Copyright 1992-2013 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
@@ -120,6 +119,7 @@ $(abs_builddir)/site.exp site.exp: ./config.status Makefile
        @echo "set build_triplet ${build_canonical}" >> ./tmp0
        @echo "set srcdir ${srcdir}" >> ./tmp0
        @echo "set tool gdb" >> ./tmp0
+       @echo 'source $${srcdir}/lib/append_gdb_boards_dir.exp' >> ./tmp0
        @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
                @cat ./tmp0 > site.exp
        @cat site.bak | sed \
@@ -214,6 +214,7 @@ subdirs:
 clean mostlyclean:
        -rm -f *~ core *.o a.out xgdb *.x *.grt bigcore.corefile .gdb_history
        -rm -f core.* *.tf *.cl *.py tracecommandsscript copy1.txt zzz-gdbscript
+       -rm -f *.dwo *.dwp
        if [ x"${ALL_SUBDIRS}" != x ] ; then \
            for dir in ${ALL_SUBDIRS}; \
            do \
This page took 0.026278 seconds and 4 git commands to generate.