summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gcc3newlib/Makefile.am')
-rw-r--r--scripts/gcc3newlib/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am
index 36e97724dd..9e02b98fba 100644
--- a/scripts/gcc3newlib/Makefile.am
+++ b/scripts/gcc3newlib/Makefile.am
@@ -4,8 +4,11 @@
MKSPEC = $(SHELL) ./mkspec
-SUBPACKAGES = gccnewlib.add \
- base-gcc.add target-gcc.add \
+SUBPACKAGES = header.add
+SUBPACKAGES += $(top_builddir)/common/common.add
+SUBPACKAGES += gccnewlib.add
+SUBPACKAGES += $(top_builddir)/common/clean.add
+SUBPACKAGES += base-gcc.add target-gcc.add \
base-g77.add target-g77.add \
base-gcj.add target-gcj.add \
target-objc.add \