# HG changeset patch # User Eli Zaretskii # Date 910545535 0 # Node ID a0da0fa2edfd9eaef34e4271092485c775dec580 # Parent 5de09eb31c38d9b34fd53ffdfbc7ba37425e5539 (SHELL, MAKESHELL): Don't use `override'. diff -r 5de09eb31c38 -r a0da0fa2edfd msdos/mainmake.v2 --- 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))