From dbb13bf6b7c2f504c3a2bd8e0071002e3f637bb9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2003 14:35:59 +0000 Subject: 2003-09-04 Ralf Corsepius * binutils/Makefile.am: Fix osversion support for sh-rtemself. * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself. --- scripts/ChangeLog | 5 +++++ scripts/binutils/Makefile.am | 4 ++-- scripts/gcc3newlib/Makefile.am | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 090eb7e831..bc6c0cf2e4 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2003-09-04 Ralf Corsepius + + * binutils/Makefile.am: Fix osversion support for sh-rtemself. + * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself. + 2003-09-04 Ralf Corsepius * configure.ac: Add --enable-osversions (OS-versioned RPMS support). 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@ > $@ diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am index de26cf0048..96c31ca24d 100644 --- a/scripts/gcc3newlib/Makefile.am +++ b/scripts/gcc3newlib/Makefile.am @@ -72,9 +72,9 @@ sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@ RPM_SPECS_DATA += sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec -sh-rtemself-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) +sh-rtemself@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@ -RPM_SPECS_DATA += sh-rtemself-$(GCC3NEWLIBVERS).spec +RPM_SPECS_DATA += sh-rtemself@osversion@-$(GCC3NEWLIBVERS).spec sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@ -- cgit v1.2.3