mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
fix typo
This commit is contained in:
parent
e461da9b65
commit
5ceef1b54f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user