diff options
Diffstat (limited to 'libpwdgrp/Makefile.in')
-rw-r--r-- | libpwdgrp/Makefile.in | 7 |
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 | ||
20 | LIBPWDGRP_AR:=libpwdgrp.a | 20 | LIBPWDGRP_AR:=libpwdgrp.a |
21 | ifndef $(LIBPWDGRP_DIR) | 21 | ifndef $(LIBPWDGRP_DIR) |
22 | LIBPWDGRP_DIR:=$(TOPDIR)libpwdgrp/ | 22 | LIBPWDGRP_DIR:=$(top_builddir)/libpwdgrp/ |
23 | endif | 23 | endif |
24 | srcdir=$(top_srcdir)/libpwdgrp | ||
24 | 25 | ||
25 | 26 | ||
26 | LIBPWDGRP_MSRC0:=$(LIBPWDGRP_DIR)pwd_grp.c | 27 | LIBPWDGRP_MSRC0:=$(srcdir)/pwd_grp.c |
27 | LIBPWDGRP_MOBJ0-$(CONFIG_USE_BB_PWD_GRP):= fgetpwent_r.o fgetgrent_r.o \ | 28 | LIBPWDGRP_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 |
32 | LIBPWDGRP_MOBJS0=$(patsubst %,$(LIBPWDGRP_DIR)%, $(LIBPWDGRP_MOBJ0-y)) | 33 | LIBPWDGRP_MOBJS0=$(patsubst %,$(LIBPWDGRP_DIR)%, $(LIBPWDGRP_MOBJ0-y)) |
33 | 34 | ||
34 | LIBPWDGRP_MSRC1:=$(LIBPWDGRP_DIR)pwd_grp.c | 35 | LIBPWDGRP_MSRC1:=$(srcdir)/pwd_grp.c |
35 | LIBPWDGRP_MOBJ1-$(CONFIG_USE_BB_PWD_GRP):= __parsepwent.o __parsegrent.o \ | 36 | LIBPWDGRP_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 \ |