From: Paolo Bonzini Date: Wed, 23 Jun 2004 09:36:02 +0000 (+0000) Subject: 2004-06-22 Paolo Bonzini X-Git-Tag: csl-arm-2004-q3~1115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95b6a1f2689ad7e812e51b732d3808273a83a3a3;p=platform%2Fupstream%2Fbinutils.git 2004-06-22 Paolo Bonzini * Makefile.tpl (HOST_EXPORTS): Fix pasto. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 27aa5a9..d3c9e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-06-22 Paolo Bonzini + * Makefile.tpl (HOST_EXPORTS): Fix pasto. + * Makefile.in: Regenerate. + +2004-06-22 Paolo Bonzini + * Makefile.tpl (configure-build-[+module+], configure-[+module+], configure-target-[+module+]): Pass [+extra_configure_args+]. diff --git a/Makefile.in b/Makefile.in index 4b63e90..5a42f86 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,7 +156,7 @@ HOST_EXPORTS = \ RANLIB="$(RANLIB)"; export RANLIB; \ WINDRES="$(WINDRES)"; export WINDRES; \ OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ - OBJDUMP="$(OBJDUMP)"; export OBJDUMP; + OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \ TOPLEVEL_CONFIGURE_ARGUMENTS="$(TOPLEVEL_CONFIGURE_ARGUMENTS)"; export TOPLEVEL_CONFIGURE_ARGUMENTS; \ GMPLIBS="$(HOST_GMPLIBS)"; export GMPLIBS; \ GMPINC="$(HOST_GMPINC)"; export GMPINC; diff --git a/Makefile.tpl b/Makefile.tpl index 323cee2..982620d 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -159,7 +159,7 @@ HOST_EXPORTS = \ RANLIB="$(RANLIB)"; export RANLIB; \ WINDRES="$(WINDRES)"; export WINDRES; \ OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ - OBJDUMP="$(OBJDUMP)"; export OBJDUMP; + OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \ TOPLEVEL_CONFIGURE_ARGUMENTS="$(TOPLEVEL_CONFIGURE_ARGUMENTS)"; export TOPLEVEL_CONFIGURE_ARGUMENTS; \ GMPLIBS="$(HOST_GMPLIBS)"; export GMPLIBS; \ GMPINC="$(HOST_GMPINC)"; export GMPINC;