summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-15 13:24:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-15 13:24:03 +0000
commitb04b5ca751e94c8f16aea0c61d13d7a2a8a58f9a (patch)
tree5b1fe8cf53cabf1e0fea2706cd7eda1809b96e44 /scripts
parent2002-11-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b04b5ca751e94c8f16aea0c61d13d7a2a8a58f9a.tar.bz2
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* autotool/autoconf-rtems.spec.in: Fix @prefix@.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/autotools/autoconf-rtems.spec.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index a65d3a9312..87f8a54189 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * autotool/autoconf-rtems.spec.in: Fix @prefix@.
+
2002-11-13 Joel Sherrill <joel@OARcorp.com>
* setup.def: Switched to binutils 2.13.1
diff --git a/scripts/autotools/autoconf-rtems.spec.in b/scripts/autotools/autoconf-rtems.spec.in
index 93506e4d4d..2b55b08e2d 100644
--- a/scripts/autotools/autoconf-rtems.spec.in
+++ b/scripts/autotools/autoconf-rtems.spec.in
@@ -6,7 +6,7 @@
%define srcvers 2.52
%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
-%define _prefix @prefix @
+%define _prefix @prefix@
%define _name autoconf
%if "%{_prefix}" != "/usr"