* Makefile.in (stamp-desc): Specify opcfile.
This commit is contained in:
parent
ad6e5d2e31
commit
76e417689c
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-12-01 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* Makefile.in (stamp-desc): Specify opcfile.
|
||||
|
||||
2003-09-08 Dave Brolley <brolley@redhat.com>
|
||||
|
||||
On behalf of Doug Evans <dje@sebabeach.org>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue