fix typo
authorMichael Meissner <gnu@the-meissners.org>
Wed, 11 Sep 1996 22:56:25 +0000 (22:56 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Wed, 11 Sep 1996 22:56:25 +0000 (22:56 +0000)
sim/d10v/ChangeLog
sim/d10v/Makefile.in

index 7b3b659cde490ff14341e3619e1815bb27d4092b..b91f653e879ef7c1e1e2af067d1f8312a58b277c 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 11 18:55:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * Makefile.in (CSEARCH): Correctly find opcodes directory.
+
 Mon Sep  9 13:27:26 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * simops.c (trace_output): Properly align accumulator output.
index 56becf84478cb0f7843c4d2fb9501bc20a362af1..2e6aac56394b559d25a2a3170ea0541a2f48c049 100644 (file)
@@ -1,4 +1,4 @@
-#    Makefile template for Configure for the SH sim library.
+#    Makefile template for Configure for the D10v sim library.
 #    Copyright (C) 1996 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
@@ -83,7 +83,7 @@ INCLUDE = d10v_sim.h $(srcdir)/../../gdb/callback.h
 INCDIR = $(srcdir)/../../include 
 CSEARCH = -I. -I$(srcdir)  -I../../include  \
   -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb -I$(srcdir)/../../newlib/libc/sys/d10v \
-  -I$(srcdir)/opcodes
+  -I$(srcdir)/../../opcodes
 DEP = mkdep
 
 LIBIBERTY_LIB  = ../../libiberty/libiberty.a