From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10278 invoked by alias); 19 Apr 2012 01:51:16 -0000 Received: (qmail 10061 invoked by uid 22791); 19 Apr 2012 01:51:14 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Apr 2012 01:50:42 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id BE5681B4031; Thu, 19 Apr 2012 01:50:40 +0000 (UTC) From: Mike Frysinger To: libc-ports@sourceware.org Cc: mips@gentoo.org Subject: [PATCH] mips: use $dir for path to ldd-rewrite.sed Date: Thu, 19 Apr 2012 01:51:00 -0000 Message-Id: <1334800292-31025-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00083.txt.bz2 The $dest variable is based on the top build dir but we need the ldd rewrite variable to be based on the top source dir, so use $dir. Signed-off-by: Mike Frysinger 2012-04-16 Mike Frysinger * sysdeps/unix/sysv/linux/mips/mips64/configure.in (ldd_rewrite_script): Change $dest to $dir. * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate. --- sysdeps/unix/sysv/linux/mips/mips64/configure | 2 +- sysdeps/unix/sysv/linux/mips/mips64/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/mips/mips64/configure b/sysdeps/unix/sysv/linux/mips/mips64/configure index c331f98..f86f327 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/configure +++ b/sysdeps/unix/sysv/linux/mips/mips64/configure @@ -1,4 +1,4 @@ # This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64. -ldd_rewrite_script=$dest/ldd-rewrite.sed +ldd_rewrite_script=$dir/ldd-rewrite.sed diff --git a/sysdeps/unix/sysv/linux/mips/mips64/configure.in b/sysdeps/unix/sysv/linux/mips/mips64/configure.in index a28638a..c137ec5 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/configure.in +++ b/sysdeps/unix/sysv/linux/mips/mips64/configure.in @@ -2,4 +2,4 @@ sinclude(./aclocal.m4)dnl Autoconf lossage GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64. -ldd_rewrite_script=$dest/ldd-rewrite.sed +ldd_rewrite_script=$dir/ldd-rewrite.sed -- 1.7.8.5