summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:22:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:22:48 +0000
commit09016ac090303133b212619e03c7a678c3cf65a8 (patch)
treef4a237ef6e0c1ee79a18b46f80b4965c36156aea /scripts/common/common.add.in
parentRemove (Obsolete) (diff)
downloadrtems-09016ac090303133b212619e03c7a678c3cf65a8.tar.bz2
Remove (Obsolete).
Diffstat (limited to 'scripts/common/common.add.in')
-rw-r--r--scripts/common/common.add.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/common/common.add.in b/scripts/common/common.add.in
deleted file mode 100644
index 8dd2811751..0000000000
--- a/scripts/common/common.add.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Please send bugfixes or comments to
-# http://www.rtems.com/cgi-bin/gnatweb.pl
-# or mailto:@PACKAGE_BUGREPORT@
-#
-
-%define _prefix @prefix@
-%if "%{_prefix}" != "/usr"
-%define _infodir %{_prefix}/info
-%define _mandir %{_prefix}/man
-%endif
-
-%define rpmgroup @rpmgroup@
-
-%ifos cygwin cygwin32 mingw mingw32
-%define _exeext .exe
-%else
-%define _exeext %{nil}
-%endif