summaryrefslogtreecommitdiff
path: root/source4/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 20:21:26 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:36 +1000
commit8e81ea7c3ad707618e94d9f8f0626ec8d0609426 (patch)
tree48919d1011b3548a7c552dd69d8999c4e0b9a362 /source4/wscript_build
parent7e01efa80fc6262bf5558b213fa572f4253316dc (diff)
downloadsamba-8e81ea7c3ad707618e94d9f8f0626ec8d0609426.tar.gz
samba-8e81ea7c3ad707618e94d9f8f0626ec8d0609426.tar.bz2
samba-8e81ea7c3ad707618e94d9f8f0626ec8d0609426.zip
build: on the fly dependency checking
Diffstat (limited to 'source4/wscript_build')
-rw-r--r--source4/wscript_build3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/wscript_build b/source4/wscript_build
index e6841f3aec..9fdc6b9ecf 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -62,6 +62,3 @@ bld.BUILD_SUBDIR('../libcli/drsuapi')
bld.BUILD_SUBDIR('../libcli/samsync')
bld.BUILD_SUBDIR('../libgpo')
bld.BUILD_SUBDIR('../libcli/named_pipe_auth')
-
-# check if we have any circular build dependencies
-bld.CHECK_DEPENDENCIES()