diff options
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index eb8ffacd8c..15846c2c07 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -63,10 +63,13 @@ 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 +CPPFLAGS-charmap-dir = -DNOT_IN_libc include ../Rules |