summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1998-11-08 17:18:55 +0000
committerEli Zaretskii <eliz@gnu.org>1998-11-08 17:18:55 +0000
commitd59c2f50400591a406fecc9a8863b3012e9e7c0d (patch)
treef1a6097914c4bdc4b949785a6355ec83353b8758 /msdos
parent1213bfb16aad6fbb95a3e4701e01346772ab9f31 (diff)
downloademacs-d59c2f50400591a406fecc9a8863b3012e9e7c0d.tar.gz
(SHELL, MAKESHELL): Don't use `override'.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/mainmake.v24
1 files changed, 2 insertions, 2 deletions
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))