summaryrefslogtreecommitdiff
path: root/source3/samba4.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-21 18:49:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-21 18:49:43 +0200
commitf36e51617c7bd316f3ef393532bbc169895d6a66 (patch)
tree2c7acd2c3d2bf96a78b0e740caea39219320bd7d /source3/samba4.mk
parent4ba0453c3ca98ed0ac27e4aa04d36d0bdc42f9e8 (diff)
downloadsamba-f36e51617c7bd316f3ef393532bbc169895d6a66.tar.gz
samba-f36e51617c7bd316f3ef393532bbc169895d6a66.tar.bz2
samba-f36e51617c7bd316f3ef393532bbc169895d6a66.zip
Don't include a (relative path) srcdir in samba4-data.mk.
Diffstat (limited to 'source3/samba4.mk')
-rw-r--r--source3/samba4.mk6
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))