From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24146 invoked by alias); 13 Dec 2002 18:49:37 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 24134 invoked from network); 13 Dec 2002 18:49:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Dec 2002 18:49:33 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gBDINhP12097 for ; Fri, 13 Dec 2002 13:23:43 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBDInVs04299; Fri, 13 Dec 2002 13:49:31 -0500 Received: from dhcp-14.hsv.redhat.com (dhcp-14.hsv.redhat.com [172.16.17.14]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gBDInU702305; Fri, 13 Dec 2002 10:49:30 -0800 Subject: Re: Properties files From: Anthony Green To: Gary Benson Cc: rhug-rhats@sources.redhat.com In-Reply-To: <20021213111954.GA18208@redhat.com> References: <20021213111954.GA18208@redhat.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1039784690.4895.12.camel@escape> Mime-Version: 1.0 Date: Fri, 13 Dec 2002 10:49:00 -0000 X-SW-Source: 2002-12/txt/msg00010.txt.bz2 On Fri, 2002-12-13 at 03:19, Gary Benson wrote: > I just spent a couple of days chasing what I thought was a gcj bug but > that turned out not to be. Oh, that must have been frustrating. Sorry. > 1. Change FOOBAR_PROP_O = $(FOOBAR_PROP_S:.properties=.o) > to FOOBAR_PROP_O = $(FOOBAR_PROP_S:.properties=_prop.o) > > 2. Change %.o: %.properties > to %_prop.o: %.properties Sounds good to me. AG