From ff40792e78600bf9a4293f6d9dff587b5b949af1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 24 Jul 2007 23:09:36 +0000 Subject: [PATCH] 2007-07-24 Roland McGrath * iconv/Makefile (install-others-programs): Set this instead of install-others. * login/Makefile (install-others-programs): Likewise. * posix/Makefile (install-others-programs): Likewise. --- iconv/Makefile | 2 +- login/Makefile | 4 ++-- posix/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iconv/Makefile b/iconv/Makefile index 40c7cbc..812f082 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)"' diff --git a/login/Makefile b/login/Makefile index 2e414a3..b02d385 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 diff --git a/posix/Makefile b/posix/Makefile index a146077..010ab2d 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -98,7 +98,7 @@ tests += wordexp-test tst-exec tst-spawn endif others := getconf install-bin := getconf -install-others := $(inst_libexecdir)/getconf +install-others-programs := $(inst_libexecdir)/getconf before-compile := testcases.h ptestcases.h -- 2.7.4