diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-16 09:12:26 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-16 09:12:26 +0000 |
commit | ef41d0d951cd81d92d6e0e3530339cd2e0a1bb6c (patch) | |
tree | b8879b785b248fa16c3499cf217df567f8adec91 /source3 | |
parent | abb10073d3864103997bd5264fd0df0feded76bc (diff) | |
download | samba-ef41d0d951cd81d92d6e0e3530339cd2e0a1bb6c.tar.gz samba-ef41d0d951cd81d92d6e0e3530339cd2e0a1bb6c.tar.bz2 samba-ef41d0d951cd81d92d6e0e3530339cd2e0a1bb6c.zip |
Add torture to everything..
(This used to be commit 89048748ae8ef863c154c4f4c3254bcc1c9b77a0)
Diffstat (limited to 'source3')
-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 ea19a6a91e..4e43882a2a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -664,7 +664,7 @@ wins : SHOWFLAGS nsswitch/libnss_wins.@SHLIBEXT@ modules: SHOWFLAGS proto_exists $(MODULES) -everything: all libsmbclient debug2html smbfilter talloctort +everything: all libsmbclient debug2html smbfilter talloctort torture .SUFFIXES: .SUFFIXES: .c .o .po .po32 .lo |