* config/irix3.mh (NATDEPFILES): nat-mips.o => mips-nat.o.
[deliverable/binutils-gdb.git] / Makefile.in
index 3ceda70c39f889ffb3939ae99f55bf15f27e8130..7802d6c9e8afcde0a75d70b6c079bc17683f32d3 100644 (file)
@@ -139,10 +139,10 @@ NM_FOR_TARGET = ` \
 
 XTRAFLAGS = ` \
   if [ -f $${rootme}/gcc/Makefile ] ; then \
-    if [ "$(host_cpu)-$(host_vendor)-$(host_os)" = "$(target_cpu)-$(target_vendor)-$(target_os)" ] ; then \
-      echo -I$${rootme}/gcc/include ; \
+    if [ -f $${rootme}/newlib/Makefile ] ; then \
+      echo -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include -I$${rootme}/gcc/include -nostdinc ; \
     else \
-      echo -I$${rootme}/gcc/include -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include -nostdinc ; \
+      echo -I$${rootme}/gcc/include ; \
     fi ; \
   else \
      echo ; \
@@ -258,7 +258,7 @@ install.all: install-no-fixedincludes
        else \
                true ; \
        fi
+
 install-no-fixedincludes: install-dirs gcc-no-fixedincludes \
        install-autoconf \
        install-bfd \
This page took 0.022788 seconds and 4 git commands to generate.