summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-29 14:06:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-29 14:06:02 +0000
commitc86d8e7f37286f5d6a5ae3fe7a8fd57eeab36017 (patch)
tree4dbfc276f70c7d612ea4301016b86959ad3ff633 /scripts/configure.ac
parent2003-01-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c86d8e7f37286f5d6a5ae3fe7a8fd57eeab36017.tar.bz2
2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: Fix yesterday's entry. * gdb/target-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems. Remove stray unpackaged files. Use %{_defaultbuildroot} instead of hard-coded values. configure --disable-nls. Misc. minor changes. Add BuildPreReq: ncurses-devel. * gdb/base-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/mkspec.in: New. * gdb/Makefile.am: Reflect addition of gdb/mkspec.in. * gcc3newlib/mkspec.in: Fix usage. * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of hard-coded values. Update copyright notice. * mkgdbspec.in: Removed. * Makefile.am: Remove mkgdbspec. * configure.ac: Remove mkgdbspec. Add gdb/mkspec.
Diffstat (limited to 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/configure.ac b/scripts/configure.ac
index fcb477e2b2..0842d054e6 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -92,7 +92,7 @@ rtemsdoc/Makefile
AC_CONFIG_FILES([buildalltar],[chmod +x buildalltar])
AC_CONFIG_FILES([buildall],[chmod +x buildall])
-AC_CONFIG_FILES([mkgdbspec],[chmod +x mkgdbspec])
+AC_CONFIG_FILES([gdb/mkspec],[chmod +x gdb/mkspec])
AC_CONFIG_FILES([mkbinutilspec],[chmod +x mkbinutilspec])
AC_CONFIG_FILES([mkgccnewlibspec],[chmod +x mkgccnewlibspec])
AC_CONFIG_FILES([mkbspspec],[chmod +x mkbspspec])