mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(SHELL, MAKESHELL): Don't use `override'.
This commit is contained in:
parent
31cd7d0079
commit
80106caa42
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user