make gcc doesn't work if $SHELL is unexpected
This commit is contained in:
parent
8b8fecf10d
commit
5519b87186
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue