Re: GNU make 3.80 : conditionals and rules

2005-04-26 Thread Boris Wirtz
On Tue, 26 Apr 2005, Paul D. Smith wrote: %% "Boris Wirtz" <[EMAIL PROTECTED]> 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"

Re: GNU make 3.80 : conditionals and rules

2005-04-26 Thread Paul D. Smith
%% "Boris Wirtz" <[EMAIL PROTECTED]> 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 "depen

GNU make 3.80 : conditionals and rules

2005-04-26 Thread Boris Wirtz
Hello, I have a problem with make 3.80 when trying to define rules inside conditionals. It seems that the rule inside the conditional is not visible at global level. [EMAIL PROTECTED] /usr/local/gnu/bin/make PASS=depend depend-global depend-cond make[1]: Entering directory `/disk/taifun/se0c/stud/