From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28550 invoked by alias); 23 Jul 2002 11:13:43 -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 28542 invoked from network); 23 Jul 2002 11:13:42 -0000 Received: from unknown (HELO harvester.transas.com) (193.125.200.2) by sources.redhat.com with SMTP; 23 Jul 2002 11:13:42 -0000 Received: from localhost (localhost [127.0.0.1]) by harvester.transas.com (Postfix) with SMTP id 3CE416B826 for ; Tue, 23 Jul 2002 15:13:41 +0400 (MSD) Received: from clue.transas.com (clue.transas.com [10.0.0.42]) by harvester.transas.com (Postfix) with ESMTP id ECA7E6B820 for ; Tue, 23 Jul 2002 15:13:40 +0400 (MSD) Received: by clue.transas.com with Internet Mail Service (5.5.2653.19) id ; Tue, 23 Jul 2002 15:13:38 +0400 Message-ID: <2E74F312D6980D459F3A05492BA40F8D0114CDBC@clue.transas.com> From: Andrew Volkov To: gdb-patches@sources.redhat.com Subject: [RFA] /sim/h8300/Makefile.in add dependences Date: Tue, 23 Jul 2002 08:13:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-SW-Source: 2002-07/txt/msg00457.txt.bz2 Hi Ok to commit? 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