From 32372ef84c272010ae644eb5f6e63ac5bae23b18 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 20 Oct 1998 14:16:07 +0000 Subject: [PATCH] Forcibly set SHELL and MAKESHELL to force Make to use COMMAND.COM as the shell. --- msdos/mainmake.v2 | 6 ++++++ 1 file changed, 6 insertions(+) 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)) -- 2.39.2