* arc-opc.c: Include bfd.h.
[deliverable/binutils-gdb.git] / opcodes / mpw-make.sed
index 5faa927d91963871447640630c28ef95e28840f8..ee604862de69648a2648fc0edac32f5e615b1c25 100644 (file)
@@ -3,8 +3,10 @@
 # Empty HDEFINES.
 /HDEFINES/s/@HDEFINES@//
 
-/INCDIR=/s/"{srcdir}":/"{topsrcdir}"/
-/^CSEARCH = .*$/s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/
+# Fix pathnames to include directories.
+/^INCDIR = /s/^INCDIR = .*$/INCDIR = "{topsrcdir}"include/
+/^CSEARCH = /s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/
+
 /BFD_MACHINES/s/@BFD_MACHINES@/{BFD_MACHINES}/
 /archdefs/s/@archdefs@/{ARCHDEFS}/
 
This page took 0.022815 seconds and 4 git commands to generate.