diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-09-11 22:56:25 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-09-11 22:56:25 +0000 |
commit | 5ceef1b54f4bb72532b4211d5589eb08dc78f096 (patch) | |
tree | 602e75a537c0851363da01f6db2308ca8a43c978 /sim/d10v/Makefile.in | |
parent | e461da9b656ec55fc35fd2d681fbb339538d8c45 (diff) | |
download | gdb-5ceef1b54f4bb72532b4211d5589eb08dc78f096.zip gdb-5ceef1b54f4bb72532b4211d5589eb08dc78f096.tar.gz gdb-5ceef1b54f4bb72532b4211d5589eb08dc78f096.tar.bz2 |
fix typo
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r-- | sim/d10v/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 56becf8..2e6aac5 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 |