From: Ulrich Drepper Date: Mon, 16 Mar 1998 15:47:39 +0000 (+0000) Subject: (CPPFLAGS): Change NLSPATH to also examine directory index by only the X-Git-Tag: cvs/before-sparc-2_0_x-branch~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176471a59750a7e9a8fd1cc4b8363fc18fd98ff5;p=thirdparty%2Fglibc.git (CPPFLAGS): Change NLSPATH to also examine directory index by only the language. --- diff --git a/catgets/Makefile b/catgets/Makefile index 4646dd5a3f1..bd5cf622cae 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996 Free Software Foundation, Inc. +# Copyright (C) 1996, 1998 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -37,5 +37,5 @@ include ../Rules $(objpfx)gencat: $(gencat-modules:%=$(objpfx)%.o) -CPPFLAGS := -DNLSPATH='"$(localedir)/%L/%N:$(localedir)/%L/LC_MESSAGES/%N:"' \ +CPPFLAGS := -DNLSPATH='"$(localedir)/%L/%N:$(localedir)/%L/LC_MESSAGES/%N:$(localedir)/%l/%N:$(localedir)/%l/LC_MESSAGES/%N:"' \ -DHAVE_CONFIG_H $(CPPFLAGS)