From 9a76986097ca9d27f7c2d14182d258d887719f8c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Sep 2004 06:27:34 +0000 Subject: 2004-09-23 Ralf Corsepius * binutils/binutils.add: Rename package from binutils-collection to binutils. Cleanups. * binutils/target-binutils.add: Reflect changes above. * binutils/Makefile.am: Add avr. Reflect changes above. --- scripts/binutils/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/binutils/Makefile.am') diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am index 27d990b7cf..d99c314e92 100644 --- a/scripts/binutils/Makefile.am +++ b/scripts/binutils/Makefile.am @@ -9,7 +9,7 @@ MKBINUTILSSPEC = $(SHELL) ./mkspec SUBPACKAGES = header.add SUBPACKAGES += $(top_builddir)/common/common.add binutils.add SUBPACKAGES += $(top_builddir)/common/clean.add -SUBPACKAGES += base-binutils.add target-binutils.add +SUBPACKAGES += target-binutils.add base-binutils.add binutils.spec.in: $(SUBPACKAGES) cat $^ > $@ @@ -66,6 +66,10 @@ tic4x-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@ RPM_SPECS_DATA += tic4x-rtems@osversion@-$(BINUTILSVERS).spec +avr-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@ +RPM_SPECS_DATA += avr-rtems@osversion@-$(BINUTILSVERS).spec + CLEANFILES += $(RPM_SPECS_DATA) EXTRA_DIST = $(SUBPACKAGES) -- cgit v1.2.3