From b5b0433eaab7dde774e772617a4b2bf92b5d43b1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 31 Jan 2003 04:46:44 +0000 Subject: 2003-01-31 Ralf Corsepius * gcc3newlib/header.add: New. * gccnewlib/header.add: New. * binutils/header.add: New. * gdb/header.add: New. * rtemsdoc/header.add: New. * rtemsdoc/rtemsdoc.add: New. * common/clean.add.in: New. * common/common.add.in: New. --- scripts/common/common.add.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/common/common.add.in (limited to 'scripts/common/common.add.in') diff --git a/scripts/common/common.add.in b/scripts/common/common.add.in new file mode 100644 index 0000000000..fc54d465c0 --- /dev/null +++ b/scripts/common/common.add.in @@ -0,0 +1,14 @@ +# +# Please send bugfixes or comments to +# http://www.oarcorp.com/cgi-bin/gnatweb.pl +# or mailto:@PACKAGE_BUGREPORT@ +# + +%define _prefix @prefix@ +%define _defaultbuildroot %{_tmppath}/%{name}-%{version}-root +%ifos cygwin cygwin32 +%define _exeext .exe +%else +%define _exeext %{nil} +%endif + -- cgit v1.2.3