diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-22 22:06:27 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-22 22:06:27 +0000 |
commit | a4738d5ed28c73761c121d19b599c688aa7c30ed (patch) | |
tree | dfb2c9cd75008d82af22e16e6812983d4b418ecd /bfd/mpw-xconfig.in | |
parent | 645be480800187a9e01734b467bec3a6796e26ff (diff) | |
download | gdb-a4738d5ed28c73761c121d19b599c688aa7c30ed.zip gdb-a4738d5ed28c73761c121d19b599c688aa7c30ed.tar.gz gdb-a4738d5ed28c73761c121d19b599c688aa7c30ed.tar.bz2 |
Sat Jan 22 13:41:25 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in: Added forward-includes for all the files,
and changed to use absolute pathnames.
Diffstat (limited to 'bfd/mpw-xconfig.in')
-rw-r--r-- | bfd/mpw-xconfig.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/bfd/mpw-xconfig.in b/bfd/mpw-xconfig.in index 475e1a3..4ae986a 100644 --- a/bfd/mpw-xconfig.in +++ b/bfd/mpw-xconfig.in @@ -1,17 +1,17 @@ # Extra configuration fragment for BFD. -echo '#include ":aout:aout64.h"' >'aout/aout64.h' -echo '#include ":aout:ar.h"' >'aout/ar.h' -echo '#include ":aout:ranlib.h"' >'aout/ranlib.h' -echo '#include ":aout:stab.def"' >'aout/stab.def' -echo '#include ":aout:stab_gnu.h"' >'aout/stab_gnu.h' +forward-include "{srcroot}"include:aout:aout64.h 'aout/aout64.h' +forward-include "{srcroot}"include:aout:ar.h 'aout/ar.h' +forward-include "{srcroot}"include:aout:ranlib.h 'aout/ranlib.h' +forward-include "{srcroot}"include:aout:stab.def 'aout/stab.def' +forward-include "{srcroot}"include:aout:stab_gnu.h 'aout/stab_gnu.h' -echo '#include ":coff:ecoff.h"' >'coff/ecoff.h' -echo '#include ":coff:internal.h"' >'coff/internal.h' -echo '#include ":coff:mips.h"' >'coff/mips.h' -echo '#include ":coff:sym.h"' >'coff/sym.h' -echo '#include ":coff:symconst.h"' >'coff/symconst.h' +forward-include "{srcroot}"include:coff:ecoff.h 'coff/ecoff.h' +forward-include "{srcroot}"include:coff:internal.h 'coff/internal.h' +forward-include "{srcroot}"include:coff:mips.h 'coff/mips.h' +forward-include "{srcroot}"include:coff:sym.h 'coff/sym.h' +forward-include "{srcroot}"include:coff:symconst.h 'coff/symconst.h' -echo '#include ":elf:common.h"' >'elf/common.h' -echo '#include ":elf:external.h"' >'elf/external.h' -echo '#include ":elf:internal.h"' >'elf/internal.h' +forward-include "{srcroot}"include:elf:common.h 'elf/common.h' +forward-include "{srcroot}"include:elf:external.h 'elf/external.h' +forward-include "{srcroot}"include:elf:internal.h 'elf/internal.h' |