bug-make
[Top][All Lists]
Advanced

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

Re: GNU make 3.80 : conditionals and rules


From: Boris Wirtz
Subject: Re: GNU make 3.80 : conditionals and rules
Date: Tue, 26 Apr 2005 17:40:55 +0200 (MEST)

On Tue, 26 Apr 2005, Paul D. Smith wrote:

%% "Boris Wirtz" <address@hidden> writes:

 bw> I have a problem with make 3.80 when trying to define rules inside
 bw> conditionals.

 bw> ifeq (PASS,depend)

Ermm... this well never be true.  Maybe it's different in German but in
English the string "PASS" is never equal to the string "depend" :-)


Perhaps you meant:

   ifeq ($(PASS),depend)

?


*blush* of course you are right ....

Sorry for inconvenience, Boris




reply via email to

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