diff --git a/include/Makefile b/include/Makefile index 36df53de5..6a223ffd3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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