diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-01-03 20:15:20 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-01-03 20:15:20 +0000 |
commit | cb527fd504568eca84e79d720df7ae8643075e72 (patch) | |
tree | 8688ab49dae3ca74169fd98d52db93d848cab7dd | |
parent | c5b92a77f6ffff5bd1cc7181288410934493f1fb (diff) | |
download | gdb-cb527fd504568eca84e79d720df7ae8643075e72.zip gdb-cb527fd504568eca84e79d720df7ae8643075e72.tar.gz gdb-cb527fd504568eca84e79d720df7ae8643075e72.tar.bz2 |
* mpw-make.in (DebugOptions): Remove define of DEBUG_BFD_SEND.
-rw-r--r-- | bfd/ChangeLog.mpw | 4 | ||||
-rw-r--r-- | bfd/mpw-make.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog.mpw b/bfd/ChangeLog.mpw index 0824fbc..c03eeed 100644 --- a/bfd/ChangeLog.mpw +++ b/bfd/ChangeLog.mpw @@ -1,3 +1,7 @@ +Tue Jan 3 12:13:39 1995 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-make.in (DebugOptions): Remove define of DEBUG_BFD_SEND. + Thu Dec 15 14:07:16 1994 Stan Shebs <shebs@andros.cygnus.com> * hosts/mpw.h: Include spin.h. diff --git a/bfd/mpw-make.in b/bfd/mpw-make.in index 7965e06..fb00fdc 100644 --- a/bfd/mpw-make.in +++ b/bfd/mpw-make.in @@ -18,7 +18,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -DebugOptions = -d DEBUG_BFD_SEND +DebugOptions = +# -d DEBUG_BFD_SEND s = "{srcdir}" |