summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-08-02 03:37:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-08-02 03:37:34 +0000
commitd9e9a5a9041b47c1328f2cd378585e2b6031b71f (patch)
treeb5a72e63897d58d81cd25ebc09055e38b151b580 /contrib
parentSplit out target-autoconf.add (diff)
downloadrtems-d9e9a5a9041b47c1328f2cd378585e2b6031b71f.tar.bz2
Use further shared spec-fragments.
Diffstat (limited to 'contrib')
-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 \