From 5544eee792837f56e476b8e8576c6df02d305450 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 25 May 2006 08:01:03 +0000 Subject: 2006-05-25 Paolo Bonzini * Makefile.def (bfd, opcodes): Fix lib_path. * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS. (restrap): Move under "@if gcc-bootstrap". Fix typo. * Makefile.in: Regenerate. --- Makefile.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index 4c58ab5a7..576f819fa 100644 --- a/Makefile.def +++ b/Makefile.def @@ -37,8 +37,8 @@ host_modules= { module= ash; }; host_modules= { module= autoconf; }; host_modules= { module= automake; }; host_modules= { module= bash; }; -host_modules= { module= bfd; lib_path=.; bootstrap=true; }; -host_modules= { module= opcodes; lib_path=.; bootstrap=true; }; +host_modules= { module= bfd; lib_path=.libs; bootstrap=true; }; +host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; }; host_modules= { module= binutils; bootstrap=true; }; host_modules= { module= bison; no_check_cross= true; }; host_modules= { module= byacc; no_check_cross= true; }; -- cgit v1.2.3