* p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
[deliverable/binutils-gdb.git] / sim / h8300 / Makefile.in
index c768932cb07866a6cabf10bd5051e242fb915ad8..b84792dba6fc6d0fd1ad38731c384215a8abfe7c 100644 (file)
@@ -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 
 
 
 
This page took 0.023172 seconds and 4 git commands to generate.