summaryrefslogtreecommitdiffstats
path: root/scripts/binutils/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-05-18 09:42:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-05-18 09:42:36 +0000
commit92166f37acbfff8c2804f478532e10ea0735d2f2 (patch)
tree72317ab6acde7668e425538e13694ecebef98210 /scripts/binutils/Makefile.am
parent2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-92166f37acbfff8c2804f478532e10ea0735d2f2.tar.bz2
2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org>
* binutils/Makefile.am: Add sh-rtemscoff. Remove sh-rtemself. * binutils/binutils.add: BuildRequires flex. * autotools/automake-rtems.spec.in: Automake 1.8.5.
Diffstat (limited to 'scripts/binutils/Makefile.am')
-rw-r--r--scripts/binutils/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am
index 5c44f8d1c1..27d990b7cf 100644
--- a/scripts/binutils/Makefile.am
+++ b/scripts/binutils/Makefile.am
@@ -54,9 +54,9 @@ sh-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
-sh-rtemself@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
- $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
-RPM_SPECS_DATA += sh-rtemself@osversion@-$(BINUTILSVERS).spec
+sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
+ $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
+RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(BINUTILSVERS).spec
sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@