make gcc doesn't work if $SHELL is unexpected

This commit is contained in:
Ben Gras 2006-03-31 22:26:42 +00:00
parent 8b8fecf10d
commit 5519b87186

View file

@ -15,4 +15,4 @@ install::
@rm -f $(INC)/Makefile
gcc: install
if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi
SHELL=/bin/sh; if [ -f $(MKHEADERS) ] ; then sh -e $(MKHEADERS) ; fi