summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/crossrpms/autotools/autoconf.am3
-rw-r--r--contrib/crossrpms/autotools/automake.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/crossrpms/autotools/autoconf.am b/contrib/crossrpms/autotools/autoconf.am
index 0581a149ce..0b73cae421 100644
--- a/contrib/crossrpms/autotools/autoconf.am
+++ b/contrib/crossrpms/autotools/autoconf.am
@@ -1,5 +1,8 @@
AUTOCONF_SUBPACKAGES = $(top_builddir)/common/common.add
AUTOCONF_SUBPACKAGES += $(top_srcdir)/autotools/autoconf.add
+AUTOCONF_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
+AUTOCONF_SUBPACKAGES += $(top_srcdir)/common/clean.add
+AUTOCONF_SUBPACKAGES += $(top_srcdir)/autotools/target-autoconf.add
autoconf-rtems.spec.in: $(AUTOCONF_SUBPACKAGES) Makefile.in
cat $(AUTOCONF_SUBPACKAGES) | sed \
diff --git a/contrib/crossrpms/autotools/automake.am b/contrib/crossrpms/autotools/automake.am
index 802fe9d9dc..6b6cf52954 100644
--- a/contrib/crossrpms/autotools/automake.am
+++ b/contrib/crossrpms/autotools/automake.am
@@ -1,5 +1,8 @@
AUTOMAKE_SUBPACKAGES = $(top_builddir)/common/common.add
AUTOMAKE_SUBPACKAGES += $(top_srcdir)/autotools/automake.add
+AUTOMAKE_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
+AUTOMAKE_SUBPACKAGES += $(top_srcdir)/common/clean.add
+AUTOMAKE_SUBPACKAGES += $(top_srcdir)/autotools/target-automake.add
automake-rtems.spec.in: $(AUTOMAKE_SUBPACKAGES) Makefile.in
cat $(AUTOMAKE_SUBPACKAGES) | sed \