aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2002-08-29 19:27:52 +0000
committerDave Brolley <brolley@redhat.com>2002-08-29 19:27:52 +0000
commit7ede505aeff82ab60a3a1deb83efec56b65a9d48 (patch)
treeda553c496a0fb9c3ea740b2d509d25e38f2a6158 /sim
parenta9fa9f7daf3fdb5a1cc0149156ac8d497893cf0f (diff)
downloadfsf-binutils-gdb-7ede505aeff82ab60a3a1deb83efec56b65a9d48.zip
fsf-binutils-gdb-7ede505aeff82ab60a3a1deb83efec56b65a9d48.tar.gz
fsf-binutils-gdb-7ede505aeff82ab60a3a1deb83efec56b65a9d48.tar.bz2
2002-08-29 Dave Brolley <brolley@redhat.com>
* Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/Make-common.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 8e7aabc..ae252fd 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-29 Dave Brolley <brolley@redhat.com>
+
+ * Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen.
+
2002-07-17 Andrew Cagney <cagney@redhat.com>
* run-sim.h: Add #ifdef RUN_SIM_H wrapper.
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 744295a..1f29f6a 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