> From: Paul Smith <[EMAIL PROTECTED]> > Cc: Jon Grant <[EMAIL PROTECTED]>, [email protected] > Date: Tue, 28 Nov 2006 22:02:11 -0500 > > The problem is you guys are all quoting the parentheses. Why are you > doing that? Parentheses are not special characters for GNU make (unless > they come after a $ of course) and so there's no need to escape them (on > UNIX anyway).
I did try without parens, and it resulted in an error. However, now I realize that this was because the parens need to be quoted in the shell command run by the rule. So you are right. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
