Sun Feb 27 15:41:10 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (DEBUG_BFD_SEND): Define in default compilation rule.
This commit is contained in:
parent
fdfe2d1466
commit
d63840d016
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||||
|
|
||||||
* hosts/mpw.h (fstat): Declare.
|
* hosts/mpw.h (fstat): Declare.
|
||||||
|
|
|
@ -27,7 +27,7 @@ o = :
|
||||||
# Default rule that puts each file into separate segment.
|
# Default rule that puts each file into separate segment.
|
||||||
|
|
||||||
.c.o \Option-f .c
|
.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 =
|
HDEFINES =
|
||||||
TDEFINES =
|
TDEFINES =
|
||||||
|
|
Loading…
Add table
Reference in a new issue