diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 ; \ |