diff options
author | Herb Lewis <herb@samba.org> | 2001-12-21 05:13:36 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-12-21 05:13:36 +0000 |
commit | b60d6f11972892a17bf6df5e7ee3dd2e498bc4c0 (patch) | |
tree | 3c22fdd4463c908e2a16706b9487f1d56210a8fc | |
parent | ecc624067c54314834aacbf21d0f2ee54fce37e9 (diff) | |
download | samba-b60d6f11972892a17bf6df5e7ee3dd2e498bc4c0.tar.gz samba-b60d6f11972892a17bf6df5e7ee3dd2e498bc4c0.tar.xz samba-b60d6f11972892a17bf6df5e7ee3dd2e498bc4c0.zip |
remove duplicate lines
-rw-r--r-- | source/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index da1eb419f53..1ba5d16c5c0 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -412,9 +412,6 @@ PAM_SMBPASS_OBJ_0 = pam_smbpass/pam_smb_auth.o pam_smbpass/pam_smb_passwd.o \ PAM_SMBPASS_PICOOBJ = $(PAM_SMBPASS_OBJ_0:.o=.po) -NSS_OBJ_0 = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) $(LIBSMB_OBJ) $(LIB_OBJ) $(NSSWINS_OBJ) -NSS_OBJ = $(NSS_OBJ_0:.o=.po) - WINBINDD_OBJ1 = \ nsswitch/winbindd.o \ nsswitch/winbindd_user.o \ |