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.

> Thanks.

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to