libpwd was getting added twice.
This commit is contained in:
parent
4f76bb6f3e
commit
1b6cff3df4
1
Makefile
1
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user