From 31fbd2751dfe5c835161763cda18e5ab74d43141 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 26 Aug 2012 14:41:28 +0000 Subject: Don't set HOST_LIB_PATH_bfd/HOST_LIB_PATH_opcodes PR binutils/4970 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd and opcodes. * Makefile.in: Regenerated. --- Makefile.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index b9e3014199..0639faca36 100644 --- a/Makefile.def +++ b/Makefile.def @@ -32,8 +32,8 @@ build_modules= { module= m4; }; build_modules= { module= texinfo; }; build_modules= { module= fixincludes; }; -host_modules= { module= bfd; lib_path=.libs; bootstrap=true; }; -host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; }; +host_modules= { module= bfd; bootstrap=true; }; +host_modules= { module= opcodes; bootstrap=true; }; host_modules= { module= binutils; bootstrap=true; }; host_modules= { module= bison; no_check_cross= true; }; host_modules= { module= cgen; }; -- cgit v1.2.1