2006-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>

* common/common.add.in: Add mingw exeext magic.
	Remove stray tab.
This commit is contained in:
Ralf Corsepius
2006-02-09 05:10:18 +00:00
parent 26ea8641d8
commit 6b327594ff
2 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
# or mailto:@PACKAGE_BUGREPORT@
#
%define _prefix @prefix@
%define _prefix @prefix@
%if "%{_prefix}" != "/usr"
%define _infodir %{_prefix}/info
%define _mandir %{_prefix}/man
@@ -12,7 +12,7 @@
%define rpmgroup @rpmgroup@
%ifos cygwin cygwin32
%ifos cygwin cygwin32 mingw mingw32
%define _exeext .exe
%else
%define _exeext %{nil}