From 5ceef1b54f4bb72532b4211d5589eb08dc78f096 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 11 Sep 1996 22:56:25 +0000 Subject: [PATCH] fix typo --- sim/d10v/ChangeLog | 4 ++++ sim/d10v/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 7b3b659cde..b91f653e87 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 11 18:55:50 1996 Michael Meissner + + * Makefile.in (CSEARCH): Correctly find opcodes directory. + Mon Sep 9 13:27:26 1996 Michael Meissner * simops.c (trace_output): Properly align accumulator output. diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 56becf8447..2e6aac5639 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -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 -- 2.34.1