aboutsummaryrefslogtreecommitdiff
path: root/sim/i960
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
commitfec7d8b0e7ca818c0015f620a4e05ea8357da738 (patch)
tree36a37642de659ed05bda5014d95cba44f5301f9f /sim/i960
parent55d05f3b1df57b68c2362236d73e47e26cef3572 (diff)
downloadgdb-fec7d8b0e7ca818c0015f620a4e05ea8357da738.zip
gdb-fec7d8b0e7ca818c0015f620a4e05ea8357da738.tar.gz
gdb-fec7d8b0e7ca818c0015f620a4e05ea8357da738.tar.bz2
* Makefile.in: remove `@true' commands for rules that have
$(CGEN_MAINT) as a prerequisite.
Diffstat (limited to 'sim/i960')
-rw-r--r--sim/i960/ChangeLog5
-rw-r--r--sim/i960/Makefile.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/sim/i960/ChangeLog b/sim/i960/ChangeLog
index fd85747..d5050ae 100644
--- a/sim/i960/ChangeLog
+++ b/sim/i960/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-08-21 Frank Ch. Eigler <fche@redhat.com>
* Makefile.in (i960-clean): Add stamp-arch, stamp-cpu.
diff --git a/sim/i960/Makefile.in b/sim/i960/Makefile.in
index c6c3d76..0059e23 100644
--- a/sim/i960/Makefile.in
+++ b/sim/i960/Makefile.in
@@ -110,14 +110,12 @@ stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(srccgen)/i960.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)/i960.cpu
$(MAKE) cgen-cpu-decode $(CGEN_FLAGS_TO_PASS) \
cpu=i960base mach=i960:ka_sa,i960:ca 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
stamp-desc: $(CGEN_READ_SCM) $(CGEN_DESC_SCM) \
$(srccgen)/sparc.cpu $(srccgen)/sparccom.cpu $(srccgen)/i960.cpu $(srccgen)/i960.cpu
@@ -125,4 +123,3 @@ stamp-desc: $(CGEN_READ_SCM) $(CGEN_DESC_SCM) \
cpu=i960 mach=all
touch stamp-desc
i960-desc.c i960-desc.h i960-opc.h: $(CGEN_MAINT) stamp-desc
- @true