From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17511 invoked by alias); 24 Jun 2002 14:30:13 -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 17494 invoked from network); 24 Jun 2002 14:30:10 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 24 Jun 2002 14:30:10 -0000 Received: from tooth.toronto.redhat.com (unknown [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id B2A64B8048; Mon, 24 Jun 2002 10:30:09 -0400 (EDT) Received: (from bje@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g5OEU9814758; Mon, 24 Jun 2002 10:30:09 -0400 From: Ben Elliston MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15639.11505.308140.962980@tooth.toronto.redhat.com> Date: Mon, 24 Jun 2002 07:30:00 -0000 To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: top-level Makefile.in patch X-SW-Source: 2002-06/txt/msg00484.txt.bz2 The following patch cleans up the top-level Makefile.in since CGEN can now be run exclusively from its source directory. Okay to commit? 2002-06-24 Ben Elliston * Makefile.in (all-cgen): Remove; runs from its source directory. (check-cgen, install-cgen, clean-cgen): Likewise. (all-opcodes): No not depend on all-cgen. (all-sim): Likewise. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/Makefile.in,v retrieving revision 1.57 diff -u -p -r1.57 Makefile.in --- Makefile.in 19 Jun 2002 23:07:26 -0000 1.57 +++ Makefile.in 24 Jun 2002 14:27:43 -0000 @@ -535,7 +535,6 @@ ALL_MODULES = \ all-bison \ all-byacc \ all-bzip2 \ - all-cgen \ all-cvssrc \ all-db \ all-dejagnu \ @@ -616,7 +615,6 @@ CROSS_CHECK_MODULES = \ check-bfd \ check-binutils \ check-bzip2 \ - check-cgen \ check-cvssrc \ check-db \ check-dejagnu \ @@ -689,7 +687,6 @@ INSTALL_MODULES = \ install-binutils \ install-bison \ install-byacc \ - install-cgen \ install-cvssrc \ install-db \ install-dejagnu \ @@ -869,7 +866,6 @@ CLEAN_MODULES = \ clean-bison \ clean-byacc \ clean-bzip2 \ - clean-cgen \ clean-cvssrc \ clean-db \ clean-dejagnu \ @@ -1714,7 +1710,6 @@ configure-target-bsp: $(ALL_GCC_C) all-target-bsp: configure-target-bsp all-byacc: all-bzip2: -all-cgen: all-libiberty all-cvssrc: configure-target-cygmon: $(ALL_GCC_C) all-target-cygmon: configure-target-cygmon all-target-libiberty all-target-libstub all-target-bsp @@ -1781,7 +1776,7 @@ configure-target-newlib: $(ALL_GCC) all-target-newlib: configure-target-newlib configure-target-libtermcap: $(ALL_GCC_C) all-target-libtermcap: configure-target-libtermcap -all-opcodes: all-bfd all-libiberty all-cgen +all-opcodes: all-bfd all-libiberty all-patch: all-libiberty all-perl: all-prms: all-libiberty @@ -1794,7 +1789,7 @@ all-sed: all-libiberty all-send-pr: all-prms all-shellutils: all-sid: all-tcl all-tk -all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen +all-sim: all-libiberty all-bfd all-opcodes all-readline all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui all-tar: all-libiberty all-tcl: