diff mbox

[google] Fix bug introduced in r169357

Message ID 20110217132248.EEA3E1C6930@hpgntab-ubiq73.eem.corp.google.com
State New
Headers show

Commit Message

Simon Baldwin Feb. 17, 2011, 1:22 p.m. UTC
Fix bug introduced in r169357.

Replace incorrect "($PWD_COMMAND)" with correct "$(PWD_COMMAND)".

OK for the google/integration branch?

gcc/ChangeLog.google:
2011-02-17  Simon Baldwin  <simonb@google.com>

	* Makefile.in: Fix incorrect "($PWD_COMMAND)"

Comments

Diego Novillo Feb. 17, 2011, 1:31 p.m. UTC | #1
On Thu, Feb 17, 2011 at 08:22, Simon Baldwin <simonb@google.com> wrote:

> gcc/ChangeLog.google:
> 2011-02-17  Simon Baldwin  <simonb@google.com>
>
>        * Makefile.in: Fix incorrect "($PWD_COMMAND)"

OK.


Diego.
diff mbox

Patch

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in	(revision 170230)
+++ gcc/Makefile.in	(working copy)
@@ -372,7 +372,7 @@  UNWIND_H = $(srcdir)/unwind-generic.h
 # Usually the one we just built.
 # Don't use this as a dependency--use $(GCC_PASSES).
 SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
-GCC_FOR_TARGET = $(STAGE_CC_WRAPPER) $(shell $(PWD_COMMAND))/xgcc $(SYSROOT_CFLAGS_FOR_TARGET) -B$(shell ($PWD_COMMAND))/ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include -L$(objdir)/../ld
+GCC_FOR_TARGET = $(STAGE_CC_WRAPPER) $(shell $(PWD_COMMAND))/xgcc $(SYSROOT_CFLAGS_FOR_TARGET) -B$(shell $(PWD_COMMAND))/ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include -L$(objdir)/../ld
 
 # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET.
 # It specifies -B./.