summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-02 07:43:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-02 07:43:50 +0000
commite0790401c50f41002d7aaf3c59fe28bdd1cbd037 (patch)
tree8a3c7be6109c695976e282e350c4a9ae292d888f /scripts
parentReflect changes to *.spec.in generation. (diff)
downloadrtems-e0790401c50f41002d7aaf3c59fe28bdd1cbd037.tar.bz2
2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Reflect changes to autotools/*. * autotools/Makefile.am: Update.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog5
-rw-r--r--scripts/autotools/Makefile.am8
2 files changed, 13 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index eeece8e213..2e05eecd2a 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,10 @@
2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * configure.ac: Reflect changes to autotools/*.
+ * autotools/Makefile.am: Update.
+
+2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* autotools/automake-rtems.spec.in, autotools/autoconf-rtems.spec.in:
Remove.
* autotools/automake.add, autotools/autoconf.add,
diff --git a/scripts/autotools/Makefile.am b/scripts/autotools/Makefile.am
index ab1a139cb8..9b17aef5f4 100644
--- a/scripts/autotools/Makefile.am
+++ b/scripts/autotools/Makefile.am
@@ -14,4 +14,12 @@ autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.ad
CLEANFILES += autoconf-rtems.spec.in
RPM_SPECS_DATA += autoconf-rtems.spec
+autoconf-rtems.spec: autoconf-rtems.spec.in
+ $(top_builddir)/config.status --file=autoconf-rtems.spec
+
+automake-rtems.spec: automake-rtems.spec.in
+ $(top_builddir)/config.status --file=automake-rtems.spec
+
+CLEANFILES += $(RPM_SPECS_DATA)
+
include $(top_srcdir)/../automake/local.am