possible bug in gnu make regarding dereferenced constructed variable names used in conditionals

2006-08-06 Thread Fred T. Hamster
dear gnu, thanks for developing gnu make. i rely on it daily. i was trying to extend my makefiles recently and found what looks to me like a bug. i'm including an example makefile that's hopefully stripped down enough. what i was expecting is that a variable name could be constructed

typos

2006-08-06 Thread Ralf Wildenhues
Hello bug-make readers, I noticed a couple of typos in the make manual. Cheers, Ralf * doc/make.texi: Fix some typos. Index: doc/make.texi === RCS file: /cvsroot/make/make/doc/make.texi,v retrieving revision 1.45 diff -u

RE: possible bug in gnu make regarding dereferenced constructed variable names used in conditionals

2006-08-06 Thread Martin Dorey
Thanks for your polite report. I think you've been bitten by one of make's design quirks, documented by this section in the manual ($ is an automatic variable): Conditional Statements -- All instances of conditional syntax are parsed immediately, in their entirety;