From 7ede505aeff82ab60a3a1deb83efec56b65a9d48 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Thu, 29 Aug 2002 19:27:52 +0000 Subject: [PATCH] 2002-08-29 Dave Brolley * Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen. --- sim/common/ChangeLog | 4 ++++ sim/common/Make-common.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 8e7aabc42e..ae252fd276 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Dave Brolley + + * Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen. + 2002-07-17 Andrew Cagney * run-sim.h: Add #ifdef RUN_SIM_H wrapper. diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 744295a02c..1f29f6a13f 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -655,7 +655,7 @@ CGEN = `if [ -f ../../guile/libguile/guile ]; then echo ../../guile/libguile/gui CGENFLAGS = -v CGEN_CPU_DIR = $(CGENDIR)/cpu -CGEN_READ_SCM = ../../cgen/stamp-cgen $(CGENDIR)/sim.scm +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 -- 2.34.1