diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-09 20:47:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-09 20:47:27 +0000 |
commit | dd91724aa089e344d0f05e40a338dcce481c1845 (patch) | |
tree | 62e821686ac5cc92ce3ab323c796424728c77bca | |
parent | 74e056bfc8e2d6f006548c0134502697c056f97a (diff) | |
download | busybox-dd91724aa089e344d0f05e40a338dcce481c1845.tar.gz |
patch from Larry to fix pristine source builds
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ endif ifneq ($(strip $(USE_SYSTEM_PWD_GRP)),true) PWD_GRP = pwd_grp - PWD_GRP_DIR = $(BB_SRC_DIR)$(PWD_GRP) + PWD_GRP_DIR = $(BB_SRC_DIR:=/)$(PWD_GRP) PWD_LIB = libpwd.a 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 \ |