diff options
author | Roland McGrath <roland@gnu.org> | 2007-07-24 23:09:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-07-24 23:09:36 +0000 |
commit | ff40792e78600bf9a4293f6d9dff587b5b949af1 (patch) | |
tree | 20a2ac5cba265c4e593c15520418cc76d17569b8 /login/Makefile | |
parent | eb4f59098964501f52bb95d2d98d0291f820e936 (diff) | |
download | glibc-ff40792e78600bf9a4293f6d9dff587b5b949af1.tar.gz |
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 'login/Makefile')
-rw-r--r-- | login/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/login/Makefile b/login/Makefile index 2e414a3ee7..b02d385b66 100644 --- a/login/Makefile +++ b/login/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-1998,2000-2002,2003 Free Software Foundation, Inc. +# Copyright (C) 1996-1998,2000-2002,2003,2007 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -30,7 +30,7 @@ routines := getutent getutent_r getutid getutline getutid_r getutline_r \ CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"' others = utmpdump pt_chown -install-others = $(inst_libexecdir)/pt_chown +install-others-programs = $(inst_libexecdir)/pt_chown distribute := utmp-private.h utmp-equal.h pty-private.h |