diff options
author | Geoffrey Noer <noer@cygnus> | 1996-08-17 11:59:22 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-08-17 11:59:22 +0000 |
commit | 23d397ebb98bb6541cf19686724d6c9e19558342 (patch) | |
tree | f9707c4bd54adea4427a3b28709880d3714c9438 /config | |
parent | ddde37207c4eb056393fda73338572877196960e (diff) | |
download | gdb-23d397ebb98bb6541cf19686724d6c9e19558342.zip gdb-23d397ebb98bb6541cf19686724d6c9e19558342.tar.gz gdb-23d397ebb98bb6541cf19686724d6c9e19558342.tar.bz2 |
Sat Aug 17 04:56:25 1996 Geoffrey Noer <noer@skaro.cygnus.com>
* mh-cygwin32: don't -D_WIN32 here anymore
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-cygwin32 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 index a0abb5e..a798f8b 100644 --- a/config/mh-cygwin32 +++ b/config/mh-cygwin32 @@ -2,7 +2,5 @@ # file names don't work on DOS. MAKEINFOFLAGS=--no-split -# This does some sort of DOS specific installation, I guess. +# custom installation rules for cygwin32 (append .exe to binaries, etc.) INSTALL_DOSREL=install-dosrel - -CFLAGS=-D_WIN32 |