diff options
author | Greg McGary <greg@mcgary.org> | 2000-11-18 09:08:59 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 2000-11-18 09:08:59 +0000 |
commit | fec7d8b0e7ca818c0015f620a4e05ea8357da738 (patch) | |
tree | 36a37642de659ed05bda5014d95cba44f5301f9f /sim/fr30 | |
parent | 55d05f3b1df57b68c2362236d73e47e26cef3572 (diff) | |
download | binutils-fec7d8b0e7ca818c0015f620a4e05ea8357da738.tar.gz binutils-fec7d8b0e7ca818c0015f620a4e05ea8357da738.tar.bz2 binutils-fec7d8b0e7ca818c0015f620a4e05ea8357da738.zip |
* Makefile.in: remove `@true' commands for rules that have
$(CGEN_MAINT) as a prerequisite.
Diffstat (limited to 'sim/fr30')
-rw-r--r-- | sim/fr30/ChangeLog | 5 | ||||
-rw-r--r-- | sim/fr30/Makefile.in | 4 |
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 |