]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CPPFLAGS): Add definition for LOCALE_ALIAS_PATH.
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 May 1997 23:53:16 +0000 (23:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 May 1997 23:53:16 +0000 (23:53 +0000)
locale/Makefile

index b5eccf35c13b6787487bc66d96696208ece91490..b571c7122c4e458e6578ec0773015f64159f44ce 100644 (file)
@@ -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)