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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to