summaryrefslogtreecommitdiff
path: root/iconv
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-21 10:27:13 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-21 10:27:13 +0530
commit318c7a5846bbfaab567c92b37941000dfc0c00c0 (patch)
tree07ad6ed22c5646165176489050c00a8c64bdb0e8 /iconv
parenteb72478a286e0104f5636d21d86407b4c0e89fa1 (diff)
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.
Diffstat (limited to 'iconv')
-rw-r--r--iconv/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/iconv/Makefile b/iconv/Makefile
index 5de04a0b76..48d17d7a55 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -52,9 +52,7 @@ CFLAGS-gconv_cache.c += -DGCONV_DIR='"$(gconvdir)"'
CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"'
CFLAGS-iconvconfig.c = -DGCONV_PATH='"$(gconvdir)"' -DGCONV_DIR='"$(gconvdir)"'
-CPPFLAGS-iconv_prog = -DNOT_IN_libc
CPPFLAGS-iconv_charmap = -DNOT_IN_libc
-CPPFLAGS-iconvconfig = -DNOT_IN_libc
CPPFLAGS-linereader = -DNOT_IN_libc
CPPFLAGS-strtab = -DNOT_IN_libc
CPPFLAGS-charmap = -DNOT_IN_libc