diff options
author | Paul Smith <psmith@gnu.org> | 2003-11-03 22:04:09 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-11-03 22:04:09 +0000 |
commit | 76f034acaadf081fd589cc5409bb4c2c138570e0 (patch) | |
tree | ca44bfcb6c1353fbc2982adb82b46bfdda8fe5bd /make.h | |
parent | 74216b00a461e6002640cf98c66f5c137e84470b (diff) | |
download | gunmake-76f034acaadf081fd589cc5409bb4c2c138570e0.tar.gz |
Added MINGW32 changes.
This commits a number of changes from Earnie Boyd that allows GNU make
to build for MINGW32 systems. Only missing from this commit are the
changes to configure.in etc.; I'm waiting for Earnie to sign papers for
those new files.
Also not here is any README.mingw32 etc. which would explain how to use
this port.
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -505,7 +505,7 @@ extern int max_load_average; extern char *program; extern char *starting_directory; extern unsigned int makelevel; -extern char *version_string, *remote_description; +extern char *version_string, *remote_description, *make_host; extern unsigned int commands_started; |