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 /bfd/mpw-make.in | |
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.
Diffstat (limited to 'bfd/mpw-make.in')
-rw-r--r-- | bfd/mpw-make.in | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |