diff options
| author | Eli Zaretskii | 1998-11-08 17:18:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1998-11-08 17:18:55 +0000 |
| commit | 80106caa42a42d8567d2379f81db138290d66795 (patch) | |
| tree | 548a6a531857c281c127e67237cf897538a2d2ae | |
| parent | 31cd7d0079cfcfdf93765ec4d8b67b95f3933aff (diff) | |
| download | emacs-80106caa42a42d8567d2379f81db138290d66795.tar.gz emacs-80106caa42a42d8567d2379f81db138290d66795.zip | |
(SHELL, MAKESHELL): Don't use `override'.
| -rw-r--r-- | msdos/mainmake.v2 | 4 |
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 @@ | |||
| 32 | # This gork is required for those who use a Unix-style shell, and | 32 | # This gork is required for those who use a Unix-style shell, and |
| 33 | # have SHELL in the environment pointing to it. Here we force | 33 | # have SHELL in the environment pointing to it. Here we force |
| 34 | # Make to use COMMAND.COM instead. This Makefile won't work otherwise. | 34 | # Make to use COMMAND.COM instead. This Makefile won't work otherwise. |
| 35 | override SHELL=/dos/command | 35 | SHELL=/dos/command |
| 36 | override MAKESHELL=/dos/command | 36 | MAKESHELL=/dos/command |
| 37 | 37 | ||
| 38 | # Generate a full pathname of the top-level installation directory | 38 | # Generate a full pathname of the top-level installation directory |
| 39 | top_srcdir := $(subst \,/,$(shell cd)) | 39 | top_srcdir := $(subst \,/,$(shell cd)) |