diff --git a/racket/src/ChezScheme/makefiles/Mf-boot.in b/racket/src/ChezScheme/makefiles/Mf-boot.in index 6dba150a84..898e43027f 100644 --- a/racket/src/ChezScheme/makefiles/Mf-boot.in +++ b/racket/src/ChezScheme/makefiles/Mf-boot.in @@ -19,7 +19,7 @@ doit: $(bootfiles) %.boot: ( cd .. ; ./workarea $* xc-$* ) - ( cd ../xc-$*/s ; make -f Mf-cross base=../../$(workarea) m=$(m) xm=$* ) + ( cd ../xc-$*/s ; $(MAKE) -f Mf-cross base=../../$(workarea) m=$(m) xm=$* ) mkdir -p ../boot/$* for x in `echo scheme.boot petite.boot scheme.h equates.h gc-oce.inc gc-ocd.inc vfasl.inc` ; do\ if [ ! -h ../xc-$*/boot/$*/$$x ] ; then \