%% "M SRIDHAR VENKATA" <[EMAIL PROTECTED]> writes: msv> Getting the message : msv> % expr : syntax error
msv> when i execute the makefile using gnumake . This error isn't being generated by make. If you're seeing it during a make run, it's being generated by some command that make is running (some command in your makefile). So, I'd look through your makefile for "expr" and find one that's used incorrectly. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
