diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-07-19 17:06:06 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2006-07-19 17:06:06 +0000 |
commit | c1cb7e02385908b330da7c76461d83c56782a0c3 (patch) | |
tree | 85f60c08bffbf6cdc828bbd04ef6a4207dc8131e /Makefile.tpl | |
parent | 6d7fd486d76505007b70dda8b92e1662a6975619 (diff) | |
download | gdb-c1cb7e02385908b330da7c76461d83c56782a0c3.zip gdb-c1cb7e02385908b330da7c76461d83c56782a0c3.tar.gz gdb-c1cb7e02385908b330da7c76461d83c56782a0c3.tar.bz2 |
2006-07-19 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
for stages after the first.
* Makefile.in: Regenerate.
config:
2006-07-19 Paolo Bonzini <bonzini@gnu.org>
* acx.m4: Support --with-build-libsubdir and AC_SUBST
build_libsubdir.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index f5ab350..0825a1e 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -802,6 +802,7 @@ configure-stage[+id+]-[+prefix+][+module+]: libsrcdir="$$s/[+module+]"; \ $(SHELL) $${libsrcdir}/configure \ [+args+] $${srcdiroption} \ + [+ IF prev +]--with-build-libsubdir=$(HOST_SUBDIR)[+ ENDIF prev +] \ [+stage_configure_flags+] [+extra_configure_flags+] @endif [+prefix+][+module+]-bootstrap [+ ENDFOR bootstrap_stage +] |