diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-07 23:55:53 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-07 23:55:53 +0000 |
commit | e320f644a35572819c42e65e8c3eb2f70f82f9a5 (patch) | |
tree | 12ed0ea4fd8180376a838343ac4d89b367ea2fb3 /opcodes/mpw-make.in | |
parent | a2f0b50733e8bb8e465f9d870eff7d4362537059 (diff) | |
download | gdb-e320f644a35572819c42e65e8c3eb2f70f82f9a5.zip gdb-e320f644a35572819c42e65e8c3eb2f70f82f9a5.tar.gz gdb-e320f644a35572819c42e65e8c3eb2f70f82f9a5.tar.bz2 |
Mon Feb 7 15:53:02 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (CSEARCH): Add extra-include 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 41b3c40..dfa33ed 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:,"{INCDIR}":mpw: +CSEARCH = -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:,"{INCDIR}":mpw:,::extra-include: DEP = mkdep ALL_CFLAGS = -mc68020 -mc68881 -model far {CSEARCH} |