%% "Rakshit Karnavat , Gurgaon" <[EMAIL PROTECTED]> writes:

  rkg> Is there any way to make the GNU Make use the ksh instead of the sh to
  rkg> resolve the shell commands?

Note that ksh is not available on all systems, so relying on this
reduces the portability of your makefiles.

However, look up the SHELL make variable in the GNU make manual.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to