[patch][rfa] sim/common/Make-common.in
Dave Brolley
brolley@redhat.com
Thu Aug 29 12:09:00 GMT 2002
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
-------------- next part --------------
2002-08-29 Dave Brolley <brolley@redhat.com>
* Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen.
-------------- next part --------------
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
More information about the Cgen
mailing list