From 9c8ee7b2bdb94d4a5288203a448f685c700d50f0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 31 Jan 2003 05:32:20 +0000 Subject: 2003-01-31 Ralf Corsepius * gdb/gdb.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}. * gdb/mkspec.in: Remove exe_ext. * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}. * gdb/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}. * cpukit/mkspec.in: Remove exe_ext. * binutils/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. --- scripts/binutils/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/binutils/Makefile.am') diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am index ba9eeed60c..3f1a156947 100644 --- a/scripts/binutils/Makefile.am +++ b/scripts/binutils/Makefile.am @@ -5,8 +5,10 @@ MKBINUTILSSPEC = $(SHELL) ./mkspec -SUBPACKAGES = binutils.add \ - base-binutils.add target-binutils.add +SUBPACKAGES = header.add +SUBPACKAGES += $(top_builddir)/common/common.add binutils.add +SUBPACKAGES += $(top_builddir)./common/clean.add +SUBPACKAGES += base-binutils.add target-binutils.add binutils.spec.in: $(SUBPACKAGES) cat $^ > $@ -- cgit v1.2.3