aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-05-25 08:01:03 +0000
committerPaolo Bonzini <bonzini@gnu.org>2006-05-25 08:01:03 +0000
commitc380fdd888ebfbd7253f5d80ad029a766b439259 (patch)
treedf836a27ad5ad6a20a604e0bab3853c316212b14 /Makefile.def
parentc1cc2b17f3331880d8733a650ea61e6438c6a530 (diff)
downloadgdb-c380fdd888ebfbd7253f5d80ad029a766b439259.zip
gdb-c380fdd888ebfbd7253f5d80ad029a766b439259.tar.gz
gdb-c380fdd888ebfbd7253f5d80ad029a766b439259.tar.bz2
2006-05-25 Paolo Bonzini <bonzini@gnu.org>
* 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.
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 4c58ab5..576f819 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; };