From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16956 invoked by alias); 24 Jul 2002 13:14:33 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16947 invoked from network); 24 Jul 2002 13:14:32 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 24 Jul 2002 13:14:32 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id D2809108C9; Wed, 24 Jul 2002 09:12:54 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15678.42966.674860.585422@localhost.redhat.com> Date: Wed, 24 Jul 2002 07:40:00 -0000 To: Andrew Volkov Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] /sim/h8300/Makefile.in add dependences In-Reply-To: <2E74F312D6980D459F3A05492BA40F8D0114CDBC@clue.transas.com> References: <2E74F312D6980D459F3A05492BA40F8D0114CDBC@clue.transas.com> X-SW-Source: 2002-07/txt/msg00477.txt.bz2 Andrew Volkov writes: > Hi > > Ok to commit? > Shouldn't you add the actual #include "gdb/sim-h8300" to the file as well? Elena > Andrey > > 2002-07-23 Andrey Volkov > > * Makefile.in: Add dependences on "inst.h", > "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h". > > Index: Makefile.in > =================================================================== > RCS file: /cvs/src/src/sim/h8300/Makefile.in,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 Makefile.in > --- Makefile.in 16 Apr 1999 01:35:02 -0000 1.1.1.1 > +++ Makefile.in 23 Jul 2002 11:09:58 -0000 > @@ -19,7 +19,9 @@ > ## COMMON_PRE_CONFIG_FRAG > > SIM_OBJS = compile.o sim-load.o > - > ## COMMON_POST_CONFIG_FRAG > > -compile.o: compile.c config.h > +compile.o: compile.c inst.h config.h \ > + $(srcdir)/../../include/gdb/sim-h8300.h \ > + $(srcdir)/../../include/gdb/remote-sim.h \ > + $(srcdir)/../../include/gdb/callback.h