summaryrefslogtreecommitdiffstats
path: root/scripts/binutils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/binutils/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am
index cc52524cca..270fb00e4a 100644
--- a/scripts/binutils/Makefile.am
+++ b/scripts/binutils/Makefile.am
@@ -9,7 +9,8 @@ MKBINUTILSSPEC = $(SHELL) ./mkspec
SUBPACKAGES = header.add
SUBPACKAGES += $(top_builddir)/common/common.add binutils.add
SUBPACKAGES += $(top_builddir)/common/clean.add
-SUBPACKAGES += target-binutils.add base-binutils.add
+SUBPACKAGES += target-binutils.add
+SUBPACKAGES += base-binutils.add
binutils.spec.in: $(SUBPACKAGES)
cat $^ > $@