On Fri, Oct 02, 2009 at 12:56:28PM -0400, Paul Smith wrote:
> On Fri, 2009-10-02 at 16:56 +0100, Ian Lynagh wrote:
> > 
> > $ make           
> > make: *** No rule to make target `foo/bar', needed by `q'.  Stop.
> 
> Make strips trailing slashes, to canonicalize names.  Use something like
> this instead:
> 
>       default: a/b/c/.; echo bye
> 
>       %/. : ; echo hi

Thanks, that did the trick.


Thanks
Ian



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to