From a9e3a73989bd758ae755ac63e41383b2852b9bb2 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 3 Mar 2000 23:25:10 +0000 Subject: [PATCH] * build fix 2000-03-03 Alexandre Oliva * Makefile.in (IGEN_INSN): Added am33.igen. --- sim/mn10300/ChangeLog | 4 ++++ sim/mn10300/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 23f3ca6a47..630b555bc7 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2000-03-03 Alexandre Oliva + + * Makefile.in (IGEN_INSN): Added am33.igen. + Thu Sep 2 18:15:53 1999 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index 4d02e5bc70..1c5a719aca 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 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify @@ -106,7 +106,7 @@ clean-igen: cd ../igen && $(MAKE) IGEN_TRACE= # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries -IGEN_INSN=$(srcdir)/mn10300.igen +IGEN_INSN=$(srcdir)/mn10300.igen $(srcdir)/am33.igen IGEN_DC=$(srcdir)/mn10300.dc tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen cd ../igen && $(MAKE) -- 2.34.1