aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-09-10 22:45:45 +0000
committerIan Lance Taylor <ian@airs.com>1992-09-10 22:45:45 +0000
commit0012a471aebef72a7402a50d3a10b2ccebc64f65 (patch)
tree8f8b44a9992fbc3c70774297e1863bd91aab1ac1 /Makefile.in
parentc00bab93f0b07dbd664212c3185909e6f5f3c1ac (diff)
downloadfsf-binutils-gdb-0012a471aebef72a7402a50d3a10b2ccebc64f65.zip
fsf-binutils-gdb-0012a471aebef72a7402a50d3a10b2ccebc64f65.tar.gz
fsf-binutils-gdb-0012a471aebef72a7402a50d3a10b2ccebc64f65.tar.bz2
Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to pick up the machine and system specific header files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ff2f688..c4f3064 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,7 +142,7 @@ XTRAFLAGS = ` \
if [ "$(host_cpu)-$(host_vendor)-$(host_os)" = "$(target_cpu)-$(target_vendor)-$(target_os)" ] ; then \
echo -I$${rootme}/gcc/include ; \
else \
- echo -I$${rootme}/gcc/include -I$${srcroot}/newlib/libc/include ; \
+ echo -I$${rootme}/gcc/include -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include ; \
fi ; \
else \
echo ; \