From: Ulrich Drepper Date: Tue, 20 May 1997 23:53:16 +0000 (+0000) Subject: (CPPFLAGS): Add definition for LOCALE_ALIAS_PATH. X-Git-Tag: cvs/libc-2_0_4~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd83db5a48823402ce827bfe60653d64a341ad2;p=thirdparty%2Fglibc.git (CPPFLAGS): Add definition for LOCALE_ALIAS_PATH. --- diff --git a/locale/Makefile b/locale/Makefile index b5eccf35c13..b571c7122c4 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1995, 1996, 1997 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 @@ -73,6 +73,7 @@ localepath = "$(localedir):$(i18ndir)" CPPFLAGS := -DLOCALE_PATH='$(localepath)' \ -DLOCALEDIR='"$(localedir)"' \ + -DLOCALE_ALIAS_PATH='"$(localedir):$(i18ndir)"' \ -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \ -DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \ -Iprograms $(CPPFLAGS)