forked from Imagelibrary/rtems
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user