summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-08-26 14:41:28 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-08-26 14:41:28 +0000
commit31fbd2751dfe5c835161763cda18e5ab74d43141 (patch)
treeee473a355219778fadbc4515b8cd1e3f3ead402d /Makefile.def
parent7228bb7b806e7f0513557e3002a6dca104a768a1 (diff)
downloadbinutils-redhat-31fbd2751dfe5c835161763cda18e5ab74d43141.tar.gz
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.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def4
1 files changed, 2 insertions, 2 deletions
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; };