From owner-freebsd-hackers Tue Jan 9 23:19: 9 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 05AA137B401 for ; Tue, 9 Jan 2001 23:18:28 -0800 (PST) Received: (qmail 3610 invoked by uid 1000); 10 Jan 2001 07:16:23 -0000 Date: Wed, 10 Jan 2001 09:16:23 +0200 From: Peter Pentchev To: John Baldwin Cc: Glenn Johnson , hackers@FreeBSD.org Subject: Re: gmake to make Message-ID: <20010110091622.A3205@ringworld.oblivion.bg> Mail-Followup-To: John Baldwin , Glenn Johnson , hackers@FreeBSD.org References: <20010109174749.A69192@node7.cluster.srrc.usda.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Jan 09, 2001 at 04:11:18PM -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 04:11:18PM -0800, John Baldwin wrote: > > On 09-Jan-01 Glenn Johnson wrote: > > How can I convert the following gmake syntax into something that > > FreeBSD's make can understand? > > > > %.x: %.o libtinker.a > > ${F77} ${LINKFLAGS} -o $@ $^ ${LIBS} > > > > .o.x: > ${F77} ${LINKFLAGS} -o $@ $< libtinker.a ${LIBS} > > Try that. My mailer has screwed up the tab I think, so make sure the first > char on the line is a tab. Hmm.. does this not remove the original dependency on libtinker.a? G'luck, Peter -- I've heard that this sentence is a rumor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message