aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog.mpw5
-rw-r--r--bfd/mpw-make.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog.mpw b/bfd/ChangeLog.mpw
index f56658b..521dab2 100644
--- a/bfd/ChangeLog.mpw
+++ b/bfd/ChangeLog.mpw
@@ -1,3 +1,8 @@
+Sun Feb 27 15:41:10 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * mpw-make.in (DEBUG_BFD_SEND): Define in default compilation
+ rule.
+
Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com)
* hosts/mpw.h (fstat): Declare.
diff --git a/bfd/mpw-make.in b/bfd/mpw-make.in
index d9360ea..86ee5cd 100644
--- a/bfd/mpw-make.in
+++ b/bfd/mpw-make.in
@@ -27,7 +27,7 @@ o = :
# Default rule that puts each file into separate segment.
.c.o \Option-f .c
- {CC} {DepDir}{Default}.c {ALL_CFLAGS} {SymOptions} -s {Default} -o {TargDir}{Default}.c.o
+ {CC} {DepDir}{Default}.c {ALL_CFLAGS} -d DEBUG_BFD_SEND {SymOptions} -s {Default} -o {TargDir}{Default}.c.o
HDEFINES =
TDEFINES =