From c1cb7e02385908b330da7c76461d83c56782a0c3 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 19 Jul 2006 17:06:06 +0000 Subject: 2006-07-19 Paolo Bonzini * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stages after the first. * Makefile.in: Regenerate. config: 2006-07-19 Paolo Bonzini * acx.m4: Support --with-build-libsubdir and AC_SUBST build_libsubdir. --- Makefile.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.tpl') 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 +] -- cgit v1.2.1