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 | |
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.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com> + + * Makefile.in: lose "32" from comment about cygwin. + Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com> * configure.in: Use -Os to build target libraries for the fr30. 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 |