changeset 23662:a0da0fa2edfd

(SHELL, MAKESHELL): Don't use `override'.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 08 Nov 1998 17:18:55 +0000
parents 5de09eb31c38
children ba5feaac00b1
files msdos/mainmake.v2
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/mainmake.v2	Sat Nov 07 16:55:41 1998 +0000
+++ b/msdos/mainmake.v2	Sun Nov 08 17:18:55 1998 +0000
@@ -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))