diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-15 20:48:53 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-15 20:48:53 +0000 |
commit | 848743c1b688d0764c4293e635318b9d052040b5 (patch) | |
tree | f54dd8c2c41e232fd6a8f439e0e66aa55766dac8 /bfd/mpw-make.in | |
parent | c6cdb69ae4ba4b06cb3736076fd1e5cb93204f3f (diff) | |
download | gdb-848743c1b688d0764c4293e635318b9d052040b5.zip gdb-848743c1b688d0764c4293e635318b9d052040b5.tar.gz gdb-848743c1b688d0764c4293e635318b9d052040b5.tar.bz2 |
Tue Feb 15 12:44:30 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (CSEARCH): Add include/mpw to search path.
* hosts/mpw.h (stat): Remove incomplete definition, now in
include/mpw/sys.
(POSIX_UTIME): Define.
Diffstat (limited to 'bfd/mpw-make.in')
-rw-r--r-- | bfd/mpw-make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/mpw-make.in b/bfd/mpw-make.in index d6c61fc..d9360ea 100644 --- a/bfd/mpw-make.in +++ b/bfd/mpw-make.in @@ -73,7 +73,7 @@ CC_FOR_BUILD = {CC} INCDIR = "{topsrcdir}"include #CSEARCH = -i : -i {srcdir} -i {INCDIR}: -CSEARCH = -i "{INCDIR}","{INCDIR}":,"{topsrcdir}"extra-include:,"{srcdir}" +CSEARCH = -i "{INCDIR}","{INCDIR}":,"{INCDIR}":mpw:,::extra-include:,"{srcdir}" DEP = mkdep SUBDIRS = doc |