From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4010 invoked by alias); 4 Nov 2005 19:18:44 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 3986 invoked by uid 22791); 4 Nov 2005 19:18:41 -0000 Received: from xproxy.gmail.com (HELO xproxy.gmail.com) (66.249.82.193) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 04 Nov 2005 19:18:41 +0000 Received: by xproxy.gmail.com with SMTP id h31so542329wxd for ; Fri, 04 Nov 2005 11:18:39 -0800 (PST) Received: by 10.70.123.11 with SMTP id v11mr2331366wxc; Fri, 04 Nov 2005 11:18:39 -0800 (PST) Received: by 10.70.92.20 with HTTP; Fri, 4 Nov 2005 11:18:39 -0800 (PST) Message-ID: <70d0a1130511041118k2ff3b7ebo65da5f9d5edf0cb0@mail.gmail.com> Date: Fri, 04 Nov 2005 19:18:00 -0000 From: Noel Yap To: gdb@sources.redhat.com Subject: gnulocaledir MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-11/txt/msg00115.txt.bz2 What's the rationale behind using $(prefix)/share rather than $(datadir) in some situations (eg ./opcodes/po/Make-in and ./bfd/po/Make-in)? Would it hurt if I changed these uses to $(datadir)? Thanks, Noel