diff options
Diffstat (limited to 'source3/samba4.mk')
-rw-r--r-- | source3/samba4.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/samba4.mk b/source3/samba4.mk index 27fb210beb..5d1f0d1052 100644 --- a/source3/samba4.mk +++ b/source3/samba4.mk @@ -158,6 +158,6 @@ clean:: proto:: $(PROTO_HEADERS) modules:: $(PLUGINS) -all:: basics bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 -torture:: basics bin/smbtorture4 -everything:: basics $(patsubst %,%4,$(BINARIES)) +all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 +torture:: bin/smbtorture4 +everything:: $(patsubst %,%4,$(BINARIES)) |