aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/Makefile.in')
-rw-r--r--libpwdgrp/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/libpwdgrp/Makefile.in b/libpwdgrp/Makefile.in
index a79820252..9bdfc10d8 100644
--- a/libpwdgrp/Makefile.in
+++ b/libpwdgrp/Makefile.in
@@ -19,11 +19,12 @@
19 19
20LIBPWDGRP_AR:=libpwdgrp.a 20LIBPWDGRP_AR:=libpwdgrp.a
21ifndef $(LIBPWDGRP_DIR) 21ifndef $(LIBPWDGRP_DIR)
22LIBPWDGRP_DIR:=$(TOPDIR)libpwdgrp/ 22LIBPWDGRP_DIR:=$(top_builddir)/libpwdgrp/
23endif 23endif
24srcdir=$(top_srcdir)/libpwdgrp
24 25
25 26
26LIBPWDGRP_MSRC0:=$(LIBPWDGRP_DIR)pwd_grp.c 27LIBPWDGRP_MSRC0:=$(srcdir)/pwd_grp.c
27LIBPWDGRP_MOBJ0-$(CONFIG_USE_BB_PWD_GRP):= fgetpwent_r.o fgetgrent_r.o \ 28LIBPWDGRP_MOBJ0-$(CONFIG_USE_BB_PWD_GRP):= fgetpwent_r.o fgetgrent_r.o \
28 fgetpwent.o fgetgrent.o getpwnam_r.o getgrnam_r.o getpwuid_r.o \ 29 fgetpwent.o fgetgrent.o getpwnam_r.o getgrnam_r.o getpwuid_r.o \
29 getgrgid_r.o getpwuid.o getgrgid.o getpwnam.o getgrnam.o getpw.o \ 30 getgrgid_r.o getpwuid.o getgrgid.o getpwnam.o getgrnam.o getpw.o \
@@ -31,7 +32,7 @@ LIBPWDGRP_MOBJ0-$(CONFIG_USE_BB_PWD_GRP):= fgetpwent_r.o fgetgrent_r.o \
31 initgroups.o putpwent.o putgrent.o 32 initgroups.o putpwent.o putgrent.o
32LIBPWDGRP_MOBJS0=$(patsubst %,$(LIBPWDGRP_DIR)%, $(LIBPWDGRP_MOBJ0-y)) 33LIBPWDGRP_MOBJS0=$(patsubst %,$(LIBPWDGRP_DIR)%, $(LIBPWDGRP_MOBJ0-y))
33 34
34LIBPWDGRP_MSRC1:=$(LIBPWDGRP_DIR)pwd_grp.c 35LIBPWDGRP_MSRC1:=$(srcdir)/pwd_grp.c
35LIBPWDGRP_MOBJ1-$(CONFIG_USE_BB_PWD_GRP):= __parsepwent.o __parsegrent.o \ 36LIBPWDGRP_MOBJ1-$(CONFIG_USE_BB_PWD_GRP):= __parsepwent.o __parsegrent.o \
36 __pgsreader.o fgetspent_r.o fgetspent.o sgetspent_r.o getspnam_r.o \ 37 __pgsreader.o fgetspent_r.o fgetspent.o sgetspent_r.o getspnam_r.o \
37 getspnam.o getspent_r.o getspent.o sgetspent.o \ 38 getspnam.o getspent_r.o getspent.o sgetspent.o \