From 82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 1 Sep 1999 08:04:30 +0000 Subject: * 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. --- version.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'version.c') diff --git a/version.c b/version.c index a2e35fc..1918b6f 100644 --- a/version.c +++ b/version.c @@ -3,7 +3,12 @@ (which it would do because make.h was found in $srcdir). */ #include +#ifndef MAKE_HOST +# define MAKE_HOST "unknown" +#endif + char *version_string = VERSION; +char *make_host = MAKE_HOST; /* Local variables: -- cgit v1.2.3