From patchwork Mon Mar 2 14:56:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 445311 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B293A14019D for ; Tue, 3 Mar 2015 01:57:12 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=sourceware.org header.i=@sourceware.org header.b=Z8AvPghP; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=U8DxW 08M3BFgtnfZsyNNRql7wqyjnhO4jrEqx4DIIKPcPgfAriWLlzYVm/GbJ3BjL30Mc lAPeYfup8znEhENDUm+0YuVTj641OspYajzvyzAHO4p2TcxgvM9WdQjKS7zE4gij wHHGInorUM+4LeF36/Yhc2SJLNKh1Bj7lqQF1I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=x+s/PGFE+qB hJvJRy3xzrmwQZEs=; b=Z8AvPghPIpxgZv9g0qccR63/ARkzDik6oKSkGZz2tK4 b5YXkr1yxanKMa56haR3FLWcJOfyH4bOcHkR+NaaALMizDXq/h+PRPibMCiDXSyH hHQvz8A0AH+1Q9KhEm+k+A4bHvuo+LmqPaQIgOyWQWliwqb+X+ZF8dvls4kQRj/g = Received: (qmail 96370 invoked by alias); 2 Mar 2015 14:57:05 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 96357 invoked by uid 89); 2 Mar 2015 14:57:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx2.suse.de From: Andreas Schwab To: Siddhesh Poyarekar Cc: libc-alpha@sourceware.org, Roland McGrath Subject: Re: [PATCH] Remove CFLAGS for interp.c References: <20140905225447.97A952C3984@topped-with-meat.com> <1410769267-24689-1-git-send-email-siddhesh@redhat.com> X-Yow: I'm a GENIUS! I want to dispute sentence structure with SUSAN SONTAG!! Date: Mon, 02 Mar 2015 15:56:58 +0100 In-Reply-To: <1410769267-24689-1-git-send-email-siddhesh@redhat.com> (Siddhesh Poyarekar's message of "Mon, 15 Sep 2014 13:51:07 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.90 (gnu/linux) MIME-Version: 1.0 * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in variable name. diff --git a/elf/Makefile b/elf/Makefile index 20b1682..711beed 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -362,7 +362,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @: $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make - $(name-target-directory) + $(make-target-directory) echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \ > ${@:st=T} $(move-if-change) ${@:st=T} ${@:st=h}