summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-02 07:29:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-02 07:29:55 +0000
commit917581562d6fc813c4fb33f7f94a4b81117d7b29 (patch)
treeec245206dfbbb653545ffdd208d24c613b9f75c6 /scripts/Makefile.am
parent2005-09-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-917581562d6fc813c4fb33f7f94a4b81117d7b29.tar.bz2
Rename *.spec into @rpmprefix@*.spec.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index c2e9cdfdb1..ce4e2386fe 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -23,6 +23,7 @@ noinst_DATA += rtems/rtems-source.spec
rtems/rtems-source.spec: $(rtems_source_spec_DEPS)
cat $(rtems_source_spec_DEPS) | sed \
-e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
+ -e 's,[@]rpmprefix[@],$(rpmprefix),g' \
-e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
CLEANFILES = rtems/rtems-source.spec