diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-24 20:39:06 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-24 20:39:06 +0000 |
commit | 8ab58834761fe557f826edd1260159cbf2b074f4 (patch) | |
tree | 045ef7a76dacba0dd880b5a77daa032f99cf051d /opcodes/mpw-make.in | |
parent | 7a60ed8cb92c9f2799a474f1cc688f66a58a7c19 (diff) | |
download | gdb-8ab58834761fe557f826edd1260159cbf2b074f4.zip gdb-8ab58834761fe557f826edd1260159cbf2b074f4.tar.gz gdb-8ab58834761fe557f826edd1260159cbf2b074f4.tar.bz2 |
Mon Jan 24 12:07:22 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in (varargs.h): Don't create.
(sysdep.h): Create using forward-include.
* mpw-make.in (CSEARCH): Add include/mpw to search path.
Diffstat (limited to 'opcodes/mpw-make.in')
-rw-r--r-- | opcodes/mpw-make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mpw-make.in b/opcodes/mpw-make.in index 066b071..41b3c40 100644 --- a/opcodes/mpw-make.in +++ b/opcodes/mpw-make.in @@ -70,7 +70,7 @@ RANLIB = ranlib INCDIR = "{topsrcdir}"include BFDDIR = "{topsrcdir}"bfd -CSEARCH = -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd: +CSEARCH = -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:,"{INCDIR}":mpw: DEP = mkdep ALL_CFLAGS = -mc68020 -mc68881 -model far {CSEARCH} |