This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/testsuite] Makefile.in: hook up gdb.fortran


Time for a little more FORTRAN love.

This patch hooks up gdb.fortran in Makefile.in.

I forgot to do this the other day when I hooked up gdb.fortran
to configure/configure.in.

Tested on native i686-pc-linux-gnu, gcc 3.3.4, dwarf-2,
by building gdb and running the test suite.

I am committing this now.

First FORTRAN program coming soon; maybe today.

2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>

	* Makefile.in: Add gdb.fortran.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/Makefile.in,v
retrieving revision 1.9
diff -c -3 -p -r1.9 Makefile.in
*** Makefile.in	1 Apr 2004 00:55:48 -0000	1.9
--- Makefile.in	20 Aug 2004 13:44:09 -0000
***************
*** 1,5 ****
  # Makefile for regression testing the GNU debugger.
! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003
  # Free Software Foundation, Inc.
  
  # This file is part of GDB.
--- 1,5 ----
  # Makefile for regression testing the GNU debugger.
! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, 2004
  # Free Software Foundation, Inc.
  
  # This file is part of GDB.
*************** EXEEXT = @EXEEXT@
*** 36,42 ****
  SUBDIRS = @subdirs@
  RPATH_ENVVAR = @RPATH_ENVVAR@
  ALL_SUBDIRS = gdb.ada gdb.arch gdb.asm gdb.base gdb.cp gdb.disasm \
! 	gdb.java gdb.mi gdb.objc gdb.threads gdb.trace $(SUBDIRS)
  
  EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
            echo $${rootme}/../../expect/expect ; \
--- 36,43 ----
  SUBDIRS = @subdirs@
  RPATH_ENVVAR = @RPATH_ENVVAR@
  ALL_SUBDIRS = gdb.ada gdb.arch gdb.asm gdb.base gdb.cp gdb.disasm \
! 	gdb.fortran gdb.java gdb.mi gdb.objc gdb.threads gdb.trace \
! 	$(SUBDIRS)
  
  EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
            echo $${rootme}/../../expect/expect ; \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]