[patch] use CURDIR instead of PWD in Makefile
As $PWD is not exported by all shells, use make-builtin $(CURDIR) instead of $(PWD). Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> ---
Jonathan A. Kollasch wrote:
As $PWD is not exported by all shells, use make-builtin $(CURDIR) instead of $(PWD).
Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Works fine with my GNU make. Acked-by: Peter Stuge <peter@stuge.se>
On Tue, Sep 28, 2010 at 07:13:31PM +0200, Peter Stuge wrote:
Jonathan A. Kollasch wrote:
As $PWD is not exported by all shells, use make-builtin $(CURDIR) instead of $(PWD).
Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Works fine with my GNU make.
Acked-by: Peter Stuge <peter@stuge.se>
r5878. Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org
participants (3)
-
Jonathan A. Kollasch -
Peter Stuge -
Uwe Hermann