diff options
author | Herb Lewis <herb@samba.org> | 2001-12-21 05:32:12 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-12-21 05:32:12 +0000 |
commit | 7531c30eb95b6d509206392da980a9196986f348 (patch) | |
tree | 76e7c79456b1f1f48c67c0d9a69deb27aad180fa | |
parent | 0f2385c76bcd1c2782f9b0a080e5c6927a052ac2 (diff) | |
download | samba-7531c30eb95b6d509206392da980a9196986f348.tar.gz samba-7531c30eb95b6d509206392da980a9196986f348.tar.xz samba-7531c30eb95b6d509206392da980a9196986f348.zip |
remove duplicate lines and undefined variable
-rw-r--r-- | source/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 04f15d140fd..656343692f4 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -347,7 +347,7 @@ PROTO_OBJ = $(SMBD_OBJ) $(NMBD_OBJ) $(SWAT_OBJ) $(CLIENT_OBJ) \ $(SMBWRAPPER_OBJ) $(SMBTORTURE_OBJ) $(RPCCLIENT_OBJ1) \ $(RPC_CLIENT_OBJ) $(LIBMSRPC_OBJ) -NSS_OBJ_0 = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) $(LIBSMB_OBJ) $(LIB_OBJ) $(NSSWINS_OBJ) +NSS_OBJ_0 = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) $(LIBSMB_OBJ) $(LIB_OBJ) NSS_OBJ = $(NSS_OBJ_0:.o=.po) PICOBJS = $(SMBWRAPPER_OBJ:.o=.po) @@ -399,9 +399,6 @@ WINBIND_NSS_OBJ = nsswitch/winbind_nss.o nsswitch/wb_common.o WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.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) - ###################################################################### # now the rules... ###################################################################### |