diff options
author | Herb Lewis <herb@samba.org> | 2003-02-03 22:07:14 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-02-03 22:07:14 +0000 |
commit | 5e391e0092561ec0a2817088e97374e1dc52f266 (patch) | |
tree | bb45fefca4134a5c326b300d79ff14ed140927a9 | |
parent | 9c36c6094fcfec9f3718520f91921ef990119231 (diff) | |
download | samba-5e391e0092561ec0a2817088e97374e1dc52f266.tar.gz samba-5e391e0092561ec0a2817088e97374e1dc52f266.tar.bz2 samba-5e391e0092561ec0a2817088e97374e1dc52f266.zip |
fix another syntax error
(This used to be commit 678c07f11d33505e15d995b6c086aa2d8b6d7794)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 99f2fae6e6..5312149e4f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -113,7 +113,7 @@ BIN_PROGS1 = bin/smbclient@EXEEXT@ bin/net@EXEEXT@ bin/smbspool@EXEEXT@ \ BIN_PROGS2 = bin/smbcontrol@EXEEXT@ bin/smbtree@EXEEXT@ bin/tdbbackup@EXEEXT@ \ bin/nmblookup@EXEEXT@ bin/pdbedit@EXEEXT@ BIN_PROGS3 = bin/smbpasswd@EXEEXT@ bin/rpcclient@EXEEXT@ bin/smbcacls@EXEEXT@ \ - bin/profiles@EXEEXT@ bin/smbgroupedit@EXEEXT@ bin/ntlm_auth@EXEEXT@ \ + bin/profiles@EXEEXT@ bin/smbgroupedit@EXEEXT@ bin/ntlm_auth@EXEEXT@ TORTURE_PROGS = bin/smbtorture@EXEEXT@ bin/msgtest@EXEEXT@ \ bin/masktest@EXEEXT@ bin/locktest@EXEEXT@ \ |