about summary refs log tree commit diff
path: root/iconv
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-07-24 23:09:36 +0000
committerRoland McGrath <roland@gnu.org>2007-07-24 23:09:36 +0000
commitff40792e78600bf9a4293f6d9dff587b5b949af1 (patch)
tree20a2ac5cba265c4e593c15520418cc76d17569b8 /iconv
parenteb4f59098964501f52bb95d2d98d0291f820e936 (diff)
downloadglibc-ff40792e78600bf9a4293f6d9dff587b5b949af1.tar.gz
glibc-ff40792e78600bf9a4293f6d9dff587b5b949af1.tar.xz
glibc-ff40792e78600bf9a4293f6d9dff587b5b949af1.zip
2007-07-24 Roland McGrath <roland@redhat.com>
	* iconv/Makefile (install-others-programs): Set this instead of
	install-others.
	* login/Makefile (install-others-programs): Likewise.
	* posix/Makefile (install-others-programs): Likewise.
Diffstat (limited to 'iconv')
-rw-r--r--iconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile
index 40c7cbcdd3..812f082431 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -56,7 +56,7 @@ distribute	= gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h \
 		  iconvconfig.h
 
 others		= iconv_prog iconvconfig
-install-others	= $(inst_bindir)/iconv
+install-others-programs	= $(inst_bindir)/iconv
 install-sbin	= iconvconfig
 
 CFLAGS-gconv_cache.c += -DGCONV_DIR='"$(gconvdir)"'