aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog.gm4
-rw-r--r--gas/mpw-xconfig.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog.gm b/gas/ChangeLog.gm
index 90560d9..6cf9ff3 100644
--- a/gas/ChangeLog.gm
+++ b/gas/ChangeLog.gm
@@ -1,3 +1,7 @@
+Mon Jan 31 18:08:16 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * mpw-xconfig.in: Get opcode/mips.h from the right place.
+
Tue Jan 25 10:52:22 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in: Use forward-include to create include files.
diff --git a/gas/mpw-xconfig.in b/gas/mpw-xconfig.in
index 495c6df..c28e1e7 100644
--- a/gas/mpw-xconfig.in
+++ b/gas/mpw-xconfig.in
@@ -17,7 +17,7 @@ forward-include "{srcroot}"include:coff:symconst.h 'coff/symconst.h'
forward-include "{srcroot}"bfd:libcoff.h 'bfd/libcoff.h'
forward-include "{srcroot}"bfd:libecoff.h 'bfd/libecoff.h'
-forward-include "{srcroot}"opcode:mips.h 'opcode/mips.h'
+forward-include "{srcroot}"include:opcode:mips.h 'opcode/mips.h'
echo '#define TARGET_CPU "mips"' >config.new
echo '#define TARGET_ALIAS "mips-idt-ecoff"' >>config.new