summaryrefslogtreecommitdiffstats
path: root/scripts/binutils/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-04 14:35:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-04 14:35:59 +0000
commitdbb13bf6b7c2f504c3a2bd8e0071002e3f637bb9 (patch)
tree44aa2257831d54b794a1e2728966d56033f61ed4 /scripts/binutils/Makefile.am
parent2003-09-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dbb13bf6b7c2f504c3a2bd8e0071002e3f637bb9.tar.bz2
2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* binutils/Makefile.am: Fix osversion support for sh-rtemself. * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
Diffstat (limited to 'scripts/binutils/Makefile.am')
-rw-r--r--scripts/binutils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am
index b25a9a4431..eb3511a8f2 100644
--- a/scripts/binutils/Makefile.am
+++ b/scripts/binutils/Makefile.am
@@ -67,9 +67,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-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
+sh-rtemself@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
-RPM_SPECS_DATA += sh-rtemself-$(BINUTILSVERS).spec
+RPM_SPECS_DATA += sh-rtemself@osversion@-$(BINUTILSVERS).spec
sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@