commit | 78e48b2c2c68aebe3a15201df3191c5725dc9e9b | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri May 18 00:02:37 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri May 18 00:02:37 2007 +0000 |
tree | ce6094b3815e6c90e1a2b0b25c49ffd16fede4a4 | |
parent | ffba941d29afd609e0c7e39501a4542fac9a0ff0 [diff] [blame] |
we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), fix this
diff --git a/libpwdgrp/Kbuild b/libpwdgrp/Kbuild index 9e60ef1..f9f1ddb 100644 --- a/libpwdgrp/Kbuild +++ b/libpwdgrp/Kbuild
@@ -4,4 +4,6 @@ # # Licensed under the GPL v2, see the file LICENSE in this tarball. -lib-y:=pwd_grp.o uidgid_get.o +lib-y := uidgid_get.o + +lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o