(SHELL, MAKESHELL): Don't use `override'.
This commit is contained in:
parent
31cd7d0079
commit
80106caa42
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue