diff options
author | Paul Smith <psmith@gnu.org> | 1999-09-01 08:04:30 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-09-01 08:04:30 +0000 |
commit | 82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241 (patch) | |
tree | 073feec66d6452570d4e4802b194ad803a5b1976 /config.h.W32.template | |
parent | bf7cc546ddd268583b2dfcfb96631b20836e9b7e (diff) | |
download | gunmake-82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241.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.W32.template')
-rw-r--r-- | config.h.W32.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.W32.template b/config.h.W32.template index b980539..9c1da1a 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -332,6 +332,9 @@ /* Define if you have the sun library (-lsun). */ /* #undef HAVE_LIBSUN */ +/* Build host information. */ +#define MAKE_HOST "Windows32" + /* * Refer to README.W32 for info on the following settings */ |