Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 09:16:23 +0200
From:      Peter Pentchev <roam@orbitel.bg>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        Glenn Johnson <gjohnson@nola.srrc.usda.gov>, hackers@FreeBSD.org
Subject:   Re: gmake to make
Message-ID:  <20010110091622.A3205@ringworld.oblivion.bg>
In-Reply-To: <XFMail.010109161118.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Tue, Jan 09, 2001 at 04:11:18PM -0800
References:  <20010109174749.A69192@node7.cluster.srrc.usda.gov> <XFMail.010109161118.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010110091622.A3205>