diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-27 22:24:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-27 22:24:45 +0000 |
commit | 1b6cff3df400e36310307ef240c81f8e668573ab (patch) | |
tree | f729d080353ad7bdf233f172b75640389324274b /Makefile | |
parent | 4f76bb6f3e785f92d5d392013634ab3bb40cbdad (diff) | |
download | busybox-1b6cff3df400e36310307ef240c81f8e668573ab.tar.gz |
libpwd was getting added twice.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -202,7 +202,6 @@ ifneq ($(strip $(USE_SYSTEM_PWD_GRP)),true) PWD_GRP = pwd_grp PWD_GRP_DIR = $(BB_SRC_DIR)$(PWD_GRP) PWD_LIB = libpwd.a - LIBRARIES += $(PWD_LIB) PWD_CSRC=__getpwent.c pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c \ fgetpwent.c __getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c \ initgroups.c setgroups.c |