From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3222 invoked by alias); 18 Aug 2009 07:51:38 -0000 Received: (qmail 3213 invoked by uid 22791); 18 Aug 2009 07:51:37 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Aug 2009 07:51:32 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7I7pS9w030759; Tue, 18 Aug 2009 03:51:28 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7I7pSOr011943; Tue, 18 Aug 2009 03:51:28 -0400 Received: from [10.36.8.119] (vpn2-8-119.ams2.redhat.com [10.36.8.119]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7I7pQ59013272; Tue, 18 Aug 2009 03:51:27 -0400 Message-ID: <4A8A5D7E.2050403@redhat.com> Date: Tue, 18 Aug 2009 14:18:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Ralf Wildenhues CC: binutils@sourceware.org Subject: Re: dependency tracking in opcodes References: <20090815124234.GA20656@gmx.de> <20090815124632.GG20656@gmx.de> In-Reply-To: <20090815124632.GG20656@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00309.txt.bz2 Hi Ralf, > opcodes/ChangeLog: > 2009-08-15 Ralf Wildenhues > > * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9 and cygnus, add > 1.11, foreign, no-dist. > (MKDEP, m32c_opc_h): Remove variables. > (disassemble.lo): Rewrite using automake-style dependency > tracking rules; only list the dependency upon the primary source > file, but no included headers. > (m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo) > (i386-gen.o, ia64-gen.o): Remove dependency statements. > (EXTRA_libopcodes_la_SOURCES): New variable, list $(CFILES) to > ensure all dependency fragments are included in the Makefile. > (s390-opc.lo): Depend on s390-opc.tab. > (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules. > (mkdep section): Remove. > * Makefile.in: Regenerate. Approved - please apply.