From: Eli Zaretskii Date: Tue, 20 Oct 1998 14:16:07 +0000 (+0000) Subject: Forcibly set SHELL and MAKESHELL to force Make to use X-Git-Tag: emacs-20.4~1453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32372ef84c272010ae644eb5f6e63ac5bae23b18;p=emacs.git Forcibly set SHELL and MAKESHELL to force Make to use COMMAND.COM as the shell. --- diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 5a81f3bbc25..0f137cd12a3 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -29,6 +29,12 @@ # make extraclean # Still more severe - delete backup and autosave files, too. +# This gork is required for those who use a Unix-style shell, and +# have SHELL in the environment pointing to it. Here we force +# Make to use COMMAND.COM instead. This Makefile won't work otherwise. +override SHELL=/dos/command +override MAKESHELL=/dos/command + # Generate a full pathname of the top-level installation directory top_srcdir := $(subst \,/,$(shell cd))