summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/autotools/autoconf.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-10 08:02:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-10 08:02:01 +0000
commit727e84699a9660ee65b14ed4f6a141fd38d95f82 (patch)
treefd3be9b2a7b9238ad93ce65e3c822bf7fb1540ad /contrib/crossrpms/autotools/autoconf.am
parentUpdate bugfix address (diff)
downloadrtems-727e84699a9660ee65b14ed4f6a141fd38d95f82.tar.bz2
Rename autoconf-rtems into autoconf.
Diffstat (limited to 'contrib/crossrpms/autotools/autoconf.am')
-rw-r--r--contrib/crossrpms/autotools/autoconf.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/crossrpms/autotools/autoconf.am b/contrib/crossrpms/autotools/autoconf.am
index 2d923b5b79..cdd77f7f88 100644
--- a/contrib/crossrpms/autotools/autoconf.am
+++ b/contrib/crossrpms/autotools/autoconf.am
@@ -4,15 +4,15 @@ 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
+autoconf.spec.in: $(AUTOCONF_SUBPACKAGES) Makefile.in
cat $(AUTOCONF_SUBPACKAGES) | sed \
-e "s/[@]AUTOCONF_RPMREL[@]/$(AUTOCONF_RPMREL)/" > $@
-CLEANFILES += autoconf-rtems.spec.in
+CLEANFILES += autoconf.spec.in
-@rpmprefix@autoconf-rtems.spec: autoconf-rtems.spec.in
- $(MKSPEC) autoconf-rtems.spec.in | $(SPECSTRIP) > $@
-CLEANFILES += @rpmprefix@autoconf-rtems.spec
-noinst_DATA += @rpmprefix@autoconf-rtems.spec
+@rpmprefix@autoconf.spec: autoconf.spec.in
+ $(MKSPEC) autoconf.spec.in | $(SPECSTRIP) > $@
+CLEANFILES += @rpmprefix@autoconf.spec
+noinst_DATA += @rpmprefix@autoconf.spec
EXTRA_DIST += $(AUTOCONF_SUBPACKAGES)