help-make
[Top][All Lists]
Advanced

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

Re: Exact paths vs canonical paths


From: Eli Zaretskii
Subject: Re: Exact paths vs canonical paths
Date: Mon, 25 Oct 2010 05:11:20 -0400

> From: Angel Tsankov <address@hidden>
> Date: Mon, 25 Oct 2010 11:16:05 +0300
> 
> 
> How can I get $@ to expand to the exact path of the target rather than 
> to a canonical path, e.g.
> 
> ./a.out: a.o
>       @echo $@  # Prints a.out instead of ./a.out

Use $(@F) or $(notdir $@) ?



reply via email to

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