diff options
-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' |