Forcibly set SHELL and MAKESHELL to force Make to use

COMMAND.COM as the shell.
This commit is contained in:
Eli Zaretskii 1998-10-20 14:16:07 +00:00
parent bffa4d92e1
commit 32372ef84c

View file

@ -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))