aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r--sim/sh/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in
index 6bfb402..5295aa2 100644
--- a/sim/sh/Makefile.in
+++ b/sim/sh/Makefile.in
@@ -68,7 +68,8 @@ XL=-lX11
X=
XL=
INCDIR = $(srcdir)/../../include
-CSEARCH = -I. -I$(srcdir) -I../../include -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb
+CSEARCH = -I. -I$(srcdir) -I../../include \
+ -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb -I$(srcdir)/../../newlib/libc/sys/sh
DEP = mkdep
#### host, target, and site specific Makefile frags come in here.
@@ -95,7 +96,7 @@ table.c:gencode
# indent table.c
gencode:gencode.c
- $(CC_FOR_BUILD) -o gencode $<
+ $(CC_FOR_BUILD) -o gencode $(srcdir)/gencode.c
#### host and target dependent Makefile fragments come in here.