From 318c7a5846bbfaab567c92b37941000dfc0c00c0 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 21 Aug 2014 10:27:13 +0530 Subject: Remove redundant CPPFLAGS for some programs These programs get the NOT_IN_libc twice, once through the 'other' target and another explicitly. Remove the explicitly added CPFLAG. * catgets/Makefile (CPPFLAGS-gencat): Remove. * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise. (CPPFLAGS-iconvconfig): Likewise. * timezone/Makefile (CPPFLAGS-zic): Likewise. --- catgets/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'catgets') diff --git a/catgets/Makefile b/catgets/Makefile index 4a03eba377..008d7dbf7a 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -48,8 +48,6 @@ $(objpfx)gencat: $(gencat-modules:%=$(objpfx)%.o) catgets-CPPFLAGS := -DNLSPATH='"$(msgcatdir)/%L/%N:$(msgcatdir)/%L/LC_MESSAGES/%N:$(msgcatdir)/%l/%N:$(msgcatdir)/%l/LC_MESSAGES/%N:"' -CPPFLAGS-gencat = -DNOT_IN_libc - generated += de.msg test1.cat test1.h test2.cat test2.h sample.SJIS.cat \ test-gencat.h generated-dirs += de -- cgit 1.4.1