summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/common/common.add
blob: 5dbe53fcdc41b935a1fa519f09ab55df3a16a0d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Please send bugfixes or comments to
# 	http://www.rtems.com/cgi-bin/gnatweb.pl
# or	mailto:rtems-bugs@rtems.com
#

%define _prefix			@_prefix@
%if "%{_prefix}" != "/usr"
%define _infodir		%{_prefix}/info
%define _mandir			%{_prefix}/man
%endif

%ifos cygwin cygwin32 mingw mingw32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif