summaryrefslogtreecommitdiffstats
path: root/scripts/binutils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/binutils/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 $^ > $@