New simulator tree structure
[deliverable/binutils-gdb.git] / sim / h8300 / Makefile.in
index abb3f6f17add1e5715dbd25df7b1281e9824b692..0e48037f0b1e23c56b62eb9cadba99026a67e7b7 100644 (file)
@@ -53,8 +53,8 @@ BISON = bison
 MAKEINFO = makeinfo
 RANLIB = ranlib
 
-INCDIR = $(srcdir)/../include 
-CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../bfd
+INCDIR = $(srcdir)/../../include 
+CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../../bfd
 DEP = mkdep
 
 #### host, target, and site specific Makefile frags come in here.
@@ -62,7 +62,7 @@ DEP = mkdep
 all:   run 
 
 run:   code.o run.o perifs.o
-       $(CC) -o run code.o perifs.o run.o ../bfd/libbfd.a ../libiberty/libiberty.a
+       $(CC) -o run code.o perifs.o run.o ../../bfd/libbfd.a ../../libiberty/libiberty.a
  
 code.c:p1.c p2.c p3.c
        cat $(VPATH)/p1.c p2.c $(VPATH)/p3.c | cb >code.c
This page took 0.023161 seconds and 4 git commands to generate.