From patchwork Thu Feb 17 13:22:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Baldwin X-Patchwork-Id: 83451 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id D5EE4B70F5 for ; Fri, 18 Feb 2011 00:23:02 +1100 (EST) Received: (qmail 14873 invoked by alias); 17 Feb 2011 13:23:00 -0000 Received: (qmail 14863 invoked by uid 22791); 17 Feb 2011 13:22:59 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Feb 2011 13:22:53 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id p1HDMoUh021985 for ; Thu, 17 Feb 2011 05:22:50 -0800 Received: from hpgntab-ubiq73.eem.corp.google.com (hpgntab-ubiq73.eem.corp.google.com [172.25.130.115]) by wpaz37.hot.corp.google.com with ESMTP id p1HDMnSE007851 for ; Thu, 17 Feb 2011 05:22:49 -0800 Received: by hpgntab-ubiq73.eem.corp.google.com (Postfix, from userid 9603) id EEA3E1C6930; Thu, 17 Feb 2011 14:22:48 +0100 (CET) To: gcc-patches@gcc.gnu.org Subject: [google] Fix bug introduced in r169357 Message-Id: <20110217132248.EEA3E1C6930@hpgntab-ubiq73.eem.corp.google.com> Date: Thu, 17 Feb 2011 14:22:48 +0100 (CET) From: simonb@google.com (Simon Baldwin) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 * Makefile.in: Fix incorrect "($PWD_COMMAND)" 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./.