Add SHELL to fixinc/Makefile.in

Laurynas Biveinis lauras@softhome.net
Thu Mar 15 20:56:00 GMT 2001


> > If SHELL is not set to /bin/sh, command.com is
> > used under DOS. Which is disaster, really.
> 
> > OK for head/branch?
> 
> No.  It should take whatever the superior Makefile
> is using.  

Sorry, I wasn't clear in my first message. Let me explain -
this patch takes effect when one says `make something' in
fixinc subdir and not when it is called from gcc Makefile.
In that case we don't inherit shell setting and we need
sensible definition. If it is called from gcc Makefile, then
its setting will override this default.

Does it make any sense now?

Laurynas



More information about the Gcc-patches mailing list