summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
diff options
context:
space:
mode:
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