summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-07-19 17:06:06 +0000
committerPaolo Bonzini <bonzini@gnu.org>2006-07-19 17:06:06 +0000
commit991506a1ed10f611b5e15b3d616e2788172ad0f9 (patch)
tree7a2e95c0d55b94ebc11ae79dd48dffbe021dce97 /Makefile.tpl
parente59ce0b3beb01bd1d5832c1e676c3e7b0c318293 (diff)
downloadgdb-991506a1ed10f611b5e15b3d616e2788172ad0f9.tar.gz
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.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index f5ab350bad6..0825a1ee0f1 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 +]