autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: replacing $<


From: Alexandre Duret-Lutz
Subject: Re: replacing $<
Date: Tue, 21 Oct 2003 22:47:58 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

>>> "Bill" == Bill Moseley <address@hidden> writes:

[...]

 Bill> So I'm just asking if $< is not portable (but it's ok to use $@)?  
 Bill> Or am I using $< incorrectly?

$< is portable only in inference rules (not your case here).
$@ is OK in any kind of rule.

Run 
   info '(autoconf)Limitations of Make'
to read about other portability issues. 

 Bill> I guess the solution is to use
 Bill> $(top_srcdir)/pod/swish-e.pod in place of $<.

Yep.
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]