summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-01 08:04:30 +0000
committerPaul Smith <psmith@gnu.org>1999-09-01 08:04:30 +0000
commit473f18f70e0e85052be11ce13dd630eb1cfa3fff (patch)
tree073feec66d6452570d4e4802b194ad803a5b1976 /config.h-vms.template
parent1ef244932308f5f0089f6cca06e5f375aacd1bb4 (diff)
downloadmake-473f18f70e0e85052be11ce13dd630eb1cfa3fff.tar.gz
* A bugfix on MAKEFLAGS options creation that broke jobserver.
* Put the host info in the --version output. * Don't croak if the user forces -jN on submakes.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h-vms.template b/config.h-vms.template
index 4effc66b..64882551 100644
--- a/config.h-vms.template
+++ b/config.h-vms.template
@@ -341,3 +341,5 @@
#define PARAMS(protos) ()
#endif /* C++ or ANSI C. */
+/* Build host information. */
+#define MAKE_HOST "VMS"