This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch][rfa] sim/common/Make-common.in


Hi,

The attached patch removes ../../cgen/stamp-cgen from the variable
CGEN_READ_SCM. Since cgen is no longer a part of host_tools in the
top-level configury, the cgen directory no longer gets configured and
this target no longer exists.

Ben: This is the patch I mentioned to you yesterday.

OK to commit?

Dave
2002-08-29  Dave Brolley  <brolley@redhat.com>

	* Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen.

Index: sim/common/Make-common.in
===================================================================
RCS file: /cvs/src/src/sim/common/Make-common.in,v
retrieving revision 1.8
diff -c -p -r1.8 Make-common.in
*** sim/common/Make-common.in	14 Jul 2002 17:03:39 -0000	1.8
--- sim/common/Make-common.in	29 Aug 2002 19:00:06 -0000
*************** CGEN = `if [ -f ../../guile/libguile/gui
*** 655,661 ****
  CGENFLAGS = -v
  CGEN_CPU_DIR = $(CGENDIR)/cpu
  
! CGEN_READ_SCM = ../../cgen/stamp-cgen $(CGENDIR)/sim.scm
  CGEN_ARCH_SCM = $(CGENDIR)/sim-arch.scm
  CGEN_CPU_SCM = $(CGENDIR)/sim-cpu.scm $(CGENDIR)/sim-model.scm
  CGEN_DECODE_SCM = $(CGENDIR)/sim-decode.scm
--- 655,661 ----
  CGENFLAGS = -v
  CGEN_CPU_DIR = $(CGENDIR)/cpu
  
! CGEN_READ_SCM = $(CGENDIR)/sim.scm
  CGEN_ARCH_SCM = $(CGENDIR)/sim-arch.scm
  CGEN_CPU_SCM = $(CGENDIR)/sim-cpu.scm $(CGENDIR)/sim-model.scm
  CGEN_DECODE_SCM = $(CGENDIR)/sim-decode.scm

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]