From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6888 invoked by alias); 14 Feb 2007 21:25:50 -0000 Received: (qmail 6881 invoked by uid 22791); 14 Feb 2007 21:25:49 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Feb 2007 21:25:36 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l1ELPX3Q012984 for ; Wed, 14 Feb 2007 16:25:33 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1ELPSV4027670 for ; Wed, 14 Feb 2007 16:25:28 -0500 Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1ELPOXJ027938; Wed, 14 Feb 2007 16:25:25 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 2877137833C; Wed, 14 Feb 2007 12:13:00 -0700 (MST) To: Andrew Cagney Cc: frysk Subject: Re: .DEFAULT: rule References: <45D361E0.6040703@redhat.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Wed, 14 Feb 2007 21:25:00 -0000 In-Reply-To: <45D361E0.6040703@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00129.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Andrew> Automake's generated dependencies cause a build to fail when a file is Andrew> removed. This occures because the generated .Po file retains Andrew> references to the removed files and make aborts the build with file Andrew> not found. The dependency file ought to contain dummy targets for all the headers. See the automake dependency tracking white paper (well, used to be a white paper, now moved into the manual) http://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution If you aren't seeing these dummy targets, something is wrong. Tom