summaryrefslogtreecommitdiff
path: root/sim/fr30
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-11-18 09:08:59 +0000
committerGreg McGary <greg@mcgary.org>2000-11-18 09:08:59 +0000
commitd1516ddae49bb36d6fa242083169946177503266 (patch)
tree66760092b5a96778f1953098b74cf2a0873fb074 /sim/fr30
parent753583895a3217b055e0a404e2792e2d0bca9f9a (diff)
downloadgdb-d1516ddae49bb36d6fa242083169946177503266.tar.gz
* Makefile.in: remove `@true' commands for rules that have
$(CGEN_MAINT) as a prerequisite.
Diffstat (limited to 'sim/fr30')
-rw-r--r--sim/fr30/ChangeLog5
-rw-r--r--sim/fr30/Makefile.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/sim/fr30/ChangeLog b/sim/fr30/ChangeLog
index bf6452d545c..27c8b8886f0 100644
--- a/sim/fr30/ChangeLog
+++ b/sim/fr30/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-18 Greg McGary <greg@mcgary.org>
+
+ * Makefile.in: remove `@true' commands for rules that have
+ $(CGEN_MAINT) as a prerequisite.
+
2000-10-06 Dave Brolley <brolley@redhat.com>
* sem.c: Regenerated.
diff --git a/sim/fr30/Makefile.in b/sim/fr30/Makefile.in
index 7c00b58b835..102cb0c1155 100644
--- a/sim/fr30/Makefile.in
+++ b/sim/fr30/Makefile.in
@@ -1,5 +1,5 @@
# Makefile template for Configure for the fr30 simulator
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
# Contributed by Cygnus Support.
#
# This program is free software; you can redistribute it and/or modify
@@ -99,11 +99,9 @@ stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(srccgen)/fr30.cpu
FLAGS="with-scache with-profile=fn"
touch stamp-arch
arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
-# @true
stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(srccgen)/fr30.cpu
$(MAKE) cgen-cpu-decode $(CGEN_FLAGS_TO_PASS) \
cpu=fr30bf mach=fr30 SUFFIX= FLAGS="with-scache with-profile=fn" EXTRAFILES="$(CGEN_CPU_SEM) $(CGEN_CPU_SEMSW)"
touch stamp-cpu
cpu.h sem.c sem-switch.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu
-# @true