summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorHartmut Becker <becker.ismaning@freenet.de>2014-08-31 19:11:08 +0200
committerPaul Smith <psmith@gnu.org>2014-09-07 17:48:14 -0400
commit5369be5079fb66300e63d3a52a7735e1504b7073 (patch)
tree3628223c6d60ffa51a8393cb62191b97ac3dc860 /default.c
parent8de07f3e4a67fa1c9bd5293d183090ad08b7be6f (diff)
downloadgunmake-5369be5079fb66300e63d3a52a7735e1504b7073.tar.gz
Enhance/fix VMS setting of program name, MAKE/MAKE_COMMAND variables
* default.c, main.c, makeint.h, vmsfunctions.c: prefix argv[0] with "mcr " for MAKE/MAKE_COMMAND and set the program name to the image filename (without the .exe;version) * vmsfunctions.c: remove obsolete code * vmsify: use xmalloc
Diffstat (limited to 'default.c')
-rw-r--r--default.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/default.c b/default.c
index 48974c9..b805c04 100644
--- a/default.c
+++ b/default.c
@@ -1,5 +1,5 @@
/* Data base of default implicit rules for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
@@ -332,7 +332,6 @@ static const char *default_variables[] =
"CC", "cc",
#endif
"CD", "builtin_cd",
- "MAKE", "make",
"ECHO", "builtin_echo",
#ifdef GCC_IS_NATIVE
"C++", "gcc/plus",