# HG changeset patch # User Eli Zaretskii # Date 908892967 0 # Node ID 1518b5946f9f1e6d3e8250090544e1b0eee5bc4b # Parent d5f08ad9a40b49894fa536a1ecd0f0c6389609bd Forcibly set SHELL and MAKESHELL to force Make to use COMMAND.COM as the shell. diff -r d5f08ad9a40b -r 1518b5946f9f msdos/mainmake.v2 --- a/msdos/mainmake.v2 Mon Oct 19 18:26:28 1998 +0000 +++ b/msdos/mainmake.v2 Tue Oct 20 14:16:07 1998 +0000 @@ -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))