diff options
author | Geoffrey Noer <noer@cygnus> | 1998-11-13 01:28:09 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1998-11-13 01:28:09 +0000 |
commit | 7c1c728ee2fe1b65446a9210b3040cba54899c5d (patch) | |
tree | b3f12f758b0173db43081b3889fc3668e6af9de8 /Makefile.in | |
parent | 9ee5984468eca955f7fa9d27394c6939e3d1abb1 (diff) | |
download | gdb-7c1c728ee2fe1b65446a9210b3040cba54899c5d.zip gdb-7c1c728ee2fe1b65446a9210b3040cba54899c5d.tar.gz gdb-7c1c728ee2fe1b65446a9210b3040cba54899c5d.tar.bz2 |
Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
* Makefile.in: lose "32" from comment about cygwin.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e0242ba..d33a553 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,7 +58,7 @@ GDB_NLM_DEPS = SHELL = /bin/sh # INSTALL_PROGRAM_ARGS is changed by configure.in to use -x for a -# cygwin32 host. +# cygwin host. INSTALL_PROGRAM_ARGS = INSTALL = $(SHELL) $$s/install-sh -c |