diff options
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index afe48d900a..783b1d55b5 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -35,5 +35,5 @@ include ../Rules subdir_install: $(inst_bindir)/iconv -$(inst_bindir)/iconv: $(objpfx)iconv_prog +$(inst_bindir)/iconv: $(objpfx)iconv_prog $(+force) $(do-install-program) |