From 76e417689cf922ee3041d7a722b7a36def7aeb54 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 1 Dec 2004 02:30:49 +0000 Subject: [PATCH] * Makefile.in (stamp-desc): Specify opcfile. --- sim/i960/ChangeLog | 4 ++++ sim/i960/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sim/i960/ChangeLog b/sim/i960/ChangeLog index becf43f..2ba6ddb 100644 --- a/sim/i960/ChangeLog +++ b/sim/i960/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Hans-Peter Nilsson + + * Makefile.in (stamp-desc): Specify opcfile. + 2003-09-08 Dave Brolley On behalf of Doug Evans diff --git a/sim/i960/Makefile.in b/sim/i960/Makefile.in index 4fc24d4..9ffbc7b 100644 --- a/sim/i960/Makefile.in +++ b/sim/i960/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the i960 simulator -# Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2004 Free Software Foundation, Inc. # Contributed by Cygnus Support. # # This file is part of GDB, the GNU debugger. @@ -125,6 +125,6 @@ stamp-desc: $(CGEN_READ_SCM) $(CGEN_DESC_SCM) \ $(CGEN_CPU_DIR)/sparc.cpu $(CGEN_CPU_DIR)/sparccom.cpu $(CGEN_CPU_DIR)/i960.cpu $(CGEN_CPU_DIR)/i960.cpu $(MAKE) cgen-desc $(CGEN_FLAGS_TO_PASS) \ cpu=i960 mach=all \ - archfile=$(CGEN_CPU_DIR)/i960.cpu + archfile=$(CGEN_CPU_DIR)/i960.cpu opcfile=$(CGEN_CPU_DIR)/i960.opc touch stamp-desc i960-desc.c i960-desc.h i960-opc.h: $(CGEN_MAINT) stamp-desc -- 2.7.4