about summary refs log tree commit diff
path: root/locale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/locale/Makefile b/locale/Makefile
index bc49c90636..6ab6b54b7c 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -75,13 +75,13 @@ $(objpfx)localedef $(objpfx)locale: $(lib-modules:%=$(objpfx)%.o)
 
 localepath = "$(localedir):$(i18ndir)"
 
-CPPFLAGS := -DLOCALE_PATH='$(localepath)' \
-	    -DLOCALEDIR='"$(localedir)"' \
-	    -DLOCALE_ALIAS_PATH='"$(msgcatdir):$(i18ndir)"' \
-	    -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
-	    -DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \
-	    -DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \
-	    -Iprograms $(CPPFLAGS)
+locale-CPPFLAGS := -DLOCALE_PATH='$(localepath)' \
+		   -DLOCALEDIR='"$(localedir)"' \
+		   -DLOCALE_ALIAS_PATH='"$(msgcatdir):$(i18ndir)"' \
+		   -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
+		   -DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \
+		   -DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \
+		   -Iprograms
 
 CFLAGS-charmap.c = -Wno-write-strings -Wno-char-subscripts
 CFLAGS-locfile.c = -Wno-write-strings -Wno-char-subscripts