]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CPPFLAGS): Change NLSPATH to also examine directory index by only the
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 1998 15:47:39 +0000 (15:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 1998 15:47:39 +0000 (15:47 +0000)
language.

catgets/Makefile

index 4646dd5a3f111add4e1d901a0d8dba4e911f0eef..bd5cf622caef500389fa8e0412b074115690c10f 100644 (file)
@@ -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)