diff options
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index 8b4f605e5b..431100d7da 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -37,12 +37,11 @@ endif distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c others = iconv_prog +install-others = $(inst_bindir)/iconv CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"' include ../Rules -subdir_install: $(inst_bindir)/iconv - $(inst_bindir)/iconv: $(objpfx)iconv_prog $(+force) $(do-install-program) |