bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: make: no easy way to tell $+, $^ to not strip leading ./


From: Hans-Bernhard Broeker
Subject: Re: make: no easy way to tell $+, $^ to not strip leading ./
Date: 14 Apr 2002 18:11:16 GMT

Dan Jacobson <address@hidden> wrote:

> %.bian_5level: %.ben_5level ./tone_change.pl 
>       ./tone_change.pl $<>$@
> I suppose I will have to be happy with that, or do
> Z=./tone_change.pl #to not remove ./   sheesh


> %.bian_5level: %.ben_5level $Z
>       $Z $<>$@

Make that

        ./$Z $<>$@

and you can avoid the arbitrary rule about Z starting with a ./.

-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.



reply via email to

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