projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f76bb6
)
libpwd was getting added twice.
author
Eric Andersen
<andersen@codepoet.org>
Tue, 27 Feb 2001 22:24:45 +0000
(22:24 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 27 Feb 2001 22:24:45 +0000
(22:24 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 81048972380ab67a9e3cb6f5e3503dcacd747974..c55f42acaa97f454e0d307c2e93e991636008f09 100644
(file)
--- a/
Makefile
+++ b/
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