On Fri, May 31, 2002 at 11:46:03PM -0500, Dan Nelson wrote:
> Automake avoids the issue entirely by simply listing the dependencies
> itself, so
> 
> > envuidgid: envuidgid.o
> >     $(CC) $(LDFLAGS) -o $@ $^
> 
> becomes
> 
> >     $(CC) $(LDFLAGS) -o $@ envuidgid.o

This is not always possible.  If you have a VPATH, then you need make(1)
to expand $^ to the full path it used to find the dependancy.

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

Reply via email to