diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-24 20:40:04 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-24 20:40:04 +0000 |
commit | 5e7eed8d8287d466f5f461da815450cd688dc9c4 (patch) | |
tree | af69078509f11ebbb79de19f440bbdf8e1924e45 /opcodes | |
parent | 8ab58834761fe557f826edd1260159cbf2b074f4 (diff) | |
download | gdb-5e7eed8d8287d466f5f461da815450cd688dc9c4.zip gdb-5e7eed8d8287d466f5f461da815450cd688dc9c4.tar.gz gdb-5e7eed8d8287d466f5f461da815450cd688dc9c4.tar.bz2 |
Mon Jan 24 12:09:35 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in (opcode/mips.h): Create using forward-include.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog.gm | 4 | ||||
-rw-r--r-- | opcodes/mpw-xconfig.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog.gm b/opcodes/ChangeLog.gm index 8a6fd1d..aebf373 100644 --- a/opcodes/ChangeLog.gm +++ b/opcodes/ChangeLog.gm @@ -1,3 +1,7 @@ +Mon Jan 24 12:09:35 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-xconfig.in (opcode/mips.h): Create using forward-include. + Mon Jan 3 12:54:35 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: New file, mpw x mips configuration bits. diff --git a/opcodes/mpw-xconfig.in b/opcodes/mpw-xconfig.in index 11b6712..d62377e 100644 --- a/opcodes/mpw-xconfig.in +++ b/opcodes/mpw-xconfig.in @@ -1,3 +1,3 @@ # Extra configuration fragment for opcodes. -echo '#include ":opcode:mips.h"' >'opcode/mips.h' +forward-include "{srcroot}"include:opcode:mips.h 'opcode/mips.h' |