aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-27 22:24:45 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-27 22:24:45 +0000
commit1b6cff3df400e36310307ef240c81f8e668573ab (patch)
treef729d080353ad7bdf233f172b75640389324274b
parent4f76bb6f3e785f92d5d392013634ab3bb40cbdad (diff)
downloadbusybox-w32-1b6cff3df400e36310307ef240c81f8e668573ab.tar.gz
busybox-w32-1b6cff3df400e36310307ef240c81f8e668573ab.tar.bz2
busybox-w32-1b6cff3df400e36310307ef240c81f8e668573ab.zip
libpwd was getting added twice.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 810489723..c55f42aca 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,6 @@ ifneq ($(strip $(USE_SYSTEM_PWD_GRP)),true)
202 PWD_GRP = pwd_grp 202 PWD_GRP = pwd_grp
203 PWD_GRP_DIR = $(BB_SRC_DIR)$(PWD_GRP) 203 PWD_GRP_DIR = $(BB_SRC_DIR)$(PWD_GRP)
204 PWD_LIB = libpwd.a 204 PWD_LIB = libpwd.a
205 LIBRARIES += $(PWD_LIB)
206 PWD_CSRC=__getpwent.c pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c \ 205 PWD_CSRC=__getpwent.c pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c \
207 fgetpwent.c __getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c \ 206 fgetpwent.c __getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c \
208 initgroups.c setgroups.c 207 initgroups.c setgroups.c