summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/mingw32
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-06 05:55:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-06 05:55:02 +0000
commitc04a610347b6c2ea1b1b14ae3413482488b1390e (patch)
tree4210ce6b3b5ba5cd53d960cdd9c76f56ec06b2e1 /contrib/crossrpms/mingw32
parentAdd osversion hack (diff)
downloadrtems-c04a610347b6c2ea1b1b14ae3413482488b1390e.tar.bz2
Remove stray blank in %expand to setup rpmvers.
Diffstat (limited to 'contrib/crossrpms/mingw32')
-rw-r--r--contrib/crossrpms/mingw32/libs.add2
-rw-r--r--contrib/crossrpms/mingw32/w32api.add2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/mingw32/libs.add b/contrib/crossrpms/mingw32/libs.add
index 25823f2d0f..2c60c082d5 100644
--- a/contrib/crossrpms/mingw32/libs.add
+++ b/contrib/crossrpms/mingw32/libs.add
@@ -1,5 +1,5 @@
%define mingw32_version @MINGW32_VERS@
-%define mingw32_rpmvers %{expand: %(echo @MINGW32_VERS@ | tr - _)}
+%define mingw32_rpmvers %{expand:%(echo @MINGW32_VERS@ | tr - _)}
%define _use_internal_dependency_generator 0
%define __debug_install_post %{nil}
diff --git a/contrib/crossrpms/mingw32/w32api.add b/contrib/crossrpms/mingw32/w32api.add
index e38badfc78..1421dcedf2 100644
--- a/contrib/crossrpms/mingw32/w32api.add
+++ b/contrib/crossrpms/mingw32/w32api.add
@@ -1,5 +1,5 @@
%define w32api_version @W32API_VERS@
-%define w32api_rpmvers %{expand: %(echo @W32API_VERS@ | tr - _)}
+%define w32api_rpmvers %{expand:%(echo @W32API_VERS@ | tr - _)}
%define _use_internal_dependency_generator 0
%define __debug_install_post %{nil}