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. --- timezone/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'timezone') diff --git a/timezone/Makefile b/timezone/Makefile index 6e008bc956..66b59ceeda 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -40,8 +40,6 @@ install-sbin := zic zdump generated-dirs += testdata -CPPFLAGS-zic = -DNOT_IN_libc - install-bin-script = tzselect generated += tzselect -- cgit v1.2.3