diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-03-07 05:17:13 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-03-07 05:17:13 -0500 |
commit | a4300c7a4d65e24a4a0215460c063ea9c7b4605a (patch) | |
tree | 228de57e9b32df7a9e8b78e18095a1512c5cafb9 /grp | |
parent | 482ff4dae91cf9a288284072d1a299868db7a634 (diff) | |
download | glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar.gz |
Remove distribute variable from Makefiles
Diffstat (limited to 'grp')
-rw-r--r-- | grp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/grp/Makefile b/grp/Makefile index f14212eed2..b5c689effa 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 1991,1992,1996-2000,2003,2004 Free Software Foundation, Inc. +# Copyright (C) 1991,1992,1996-2000,2003,2004,2012 +# 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 @@ -21,8 +22,6 @@ subdir := grp headers := grp.h -distribute := tst_fgetgrent.c tst_fgetgrent.sh compat-initgroups.c - routines := fgetgrent initgroups setgroups \ getgrent getgrgid getgrnam putgrent \ getgrent_r getgrgid_r getgrnam_r fgetgrent_r |