%% "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

  nc> export${space}NUMOSVERSION

  nc> Is there some reason why the generated export line would be
  nc> invalid?  I would have thought the macro would need to be expanded
  nc> before processing the line for syntax.

No.  _Before_ the line can be expanded it must be recognized (variable
setting, rule definition, etc.), so make knows what kind of expansion to
perform.  Not all lines in a makefile are expanded the same way.

-- 
-------------------------------------------------------------------------------
 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


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to