From 7bd83db5a48823402ce827bfe60653d64a341ad2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 May 1997 23:53:16 +0000 Subject: [PATCH] (CPPFLAGS): Add definition for LOCALE_ALIAS_PATH. --- locale/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.47.2