From: Olivier Hainque Date: Fri, 18 May 2012 16:30:24 +0000 (+0000) Subject: Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of $(libsubdir) as libexec... X-Git-Tag: misc/gccgo-go1_1_2~2817 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ac3cb2a664f6aad18c607c52f94924c0db64c59;p=thirdparty%2Fgcc.git Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of $(libsubdir) as libexecsubdir. gcc/ * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of $(libsubdir) as libexecsubdir. From-SVN: r187658 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95bf7f91e573..85b47acd4213 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-05-18 Olivier Hainque + + * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of + $(libsubdir) as libexecsubdir. + 2012-05-18 Bill Schmidt * config/rs6000/rs6000.c (print_operand): Revise code that unsafely diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4853eb904523..f12d89b139dc 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1099,7 +1099,7 @@ FLAGS_TO_PASS = \ "build_tooldir=$(build_tooldir)" \ "gcc_tooldir=$(gcc_tooldir)" \ "bindir=$(bindir)" \ - "libexecsubdir=$(libsubdir)" \ + "libexecsubdir=$(libexecsubdir)" \ "datarootdir=$(datarootdir)" \ "datadir=$(datadir)" \ "localedir=$(localedir)"