>>> "Bill" == Bill Moseley <moseley@xxxxxxxx> 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