From: Eli Zaretskii Date: Sun, 8 Nov 1998 17:18:55 +0000 (+0000) Subject: (SHELL, MAKESHELL): Don't use `override'. X-Git-Tag: emacs-20.4~1287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80106caa42a42d8567d2379f81db138290d66795;p=emacs.git (SHELL, MAKESHELL): Don't use `override'. --- diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 0f137cd12a3..1b82bf644f9 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -32,8 +32,8 @@ # 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 +SHELL=/dos/command +MAKESHELL=/dos/command # Generate a full pathname of the top-level installation directory top_srcdir := $(subst \,/,$(shell cd))