2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* gdb/Makefile.am: Remove obsolete targets.
	* gdb/gdb.add: Pass bindir, infodir, mandir to configure.
This commit is contained in:
Ralf Corsepius
2005-04-13 07:06:29 +00:00
parent 689b94ddbf
commit 51586801d1
3 changed files with 11 additions and 14 deletions

View File

@@ -86,7 +86,9 @@ test -d build || mkdir build
../gdb-%{gdb_version}/configure \
--build=%_build --host=%_host \
--target=%{gdb_target} \
--verbose --prefix=%{_prefix} $simargs \
--prefix=%{_prefix} --bindir=%{_bindir} }
--mandir=%{_mandir} --infodir=%{_infodir} \
--verbose $simargs \
--disable-nls
make all