aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-04-26 19:23:16 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-04-26 19:23:16 +0000
commitcc274e7c27f0d0a8a09cfe7c632ebccfe98bb27a (patch)
treeb984e2b6bf9dbea7f86d6795d57172e5bd83de12 /sim
parentf5f31454c5ac651ce6f2b30ee7d7531ae172c35b (diff)
downloadfsf-binutils-gdb-cc274e7c27f0d0a8a09cfe7c632ebccfe98bb27a.zip
fsf-binutils-gdb-cc274e7c27f0d0a8a09cfe7c632ebccfe98bb27a.tar.gz
fsf-binutils-gdb-cc274e7c27f0d0a8a09cfe7c632ebccfe98bb27a.tar.bz2
* Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
Depend on targ-vals.h.
Diffstat (limited to 'sim')
-rw-r--r--sim/mn10300/ChangeLog5
-rw-r--r--sim/mn10300/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index d064f0d..a349280 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-26 Alexandre Oliva <aoliva@redhat.com>
+
+ * Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
+ Depend on targ-vals.h.
+
2001-04-15 J.T. Conklin <jtc@redback.com>
* Makefile.in (simops.o): Add simops.h to dependency list.
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in
index 4623f9f..f3a52ed 100644
--- a/sim/mn10300/Makefile.in
+++ b/sim/mn10300/Makefile.in
@@ -1,5 +1,5 @@
# Makefile template for Configure for the mn10300 sim library.
-# Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
# Written by Cygnus Support.
#
# This program is free software; you can redistribute it and/or modify
@@ -75,7 +75,7 @@ m10300-opc.o: $(srcdir)/../../opcodes/m10300-opc.c
gencode: gencode.o m10300-opc.o
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o m10300-opc.o $(BUILD_LIB)
-
+idecode.o op_utils.o semantics.o simops.o: targ-vals.h
BUILT_SRC_FROM_IGEN = \