diff options
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r-- | sim/h8300/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index c768932..b84792d 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -53,8 +53,8 @@ BISON = bison MAKEINFO = makeinfo RANLIB = ranlib -INCDIR = $(srcdir)/../include -CSEARCH = -I. -I$(srcdir) -I$(INCDIR) +INCDIR = $(srcdir)/../include +CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../bfd DEP = mkdep @@ -74,7 +74,7 @@ p2.c:writecode writecode:writecode.o writecode.o:writecode.c - $(CC) -g -I$(INCDIR) -c writecode.c + $(CC) -g $(CSEARCH) -c writecode.c |