From: Eric Andersen Date: Fri, 9 Mar 2001 20:47:27 +0000 (-0000) Subject: patch from Larry to fix pristine source builds X-Git-Tag: 0_50~78 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd91724aa089e344d0f05e40a338dcce481c1845;p=oweals%2Fbusybox.git patch from Larry to fix pristine source builds --- diff --git a/Makefile b/Makefile index 239f3cf02..c28e621c2 100644 --- a/Makefile +++ b/Makefile @@ -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 \