From: Frank Ch. Eigler Date: Fri, 3 Mar 2000 23:25:10 +0000 (+0000) Subject: * build fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9e3a73989bd758ae755ac63e41383b2852b9bb2;p=binutils-gdb.git * build fix 2000-03-03 Alexandre Oliva * Makefile.in (IGEN_INSN): Added am33.igen. --- diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 23f3ca6a472..630b555bc7d 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 4d02e5bc70d..1c5a719aca8 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)