diff options
author | Tim Potter <tpot@samba.org> | 2002-11-29 01:19:27 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-11-29 01:19:27 +0000 |
commit | 7916923943d600e4ef1c12419ce64aa4141baab5 (patch) | |
tree | 7033c8faf339cf3aea5ce2c31c028183957f199b /source3/Makefile.in | |
parent | ad4849825ef41d648b13e1831c3b495f764f6a6b (diff) | |
download | samba-7916923943d600e4ef1c12419ce64aa4141baab5.tar.gz samba-7916923943d600e4ef1c12419ce64aa4141baab5.tar.xz samba-7916923943d600e4ef1c12419ce64aa4141baab5.zip |
Fix up smbwrapper target.
(This used to be commit f5fa4801ceb56b21facccb382db09165936df319)
Diffstat (limited to 'source3/Makefile.in')
-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 b21f5d1159..10d384ec95 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -552,7 +552,7 @@ all : SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) \ pam_smbpass : SHOWFLAGS bin/pam_smbpass.@SHLIBEXT@ -smbwrapper : SHOWFLAGS @WRAPPROG@ @WRAP@ @WRAP32@ +smbwrapper : SHOWFLAGS @SMBWRAPPER@ torture : SHOWFLAGS $(TORTURE_PROGS) |