summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-20 13:26:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:52 -0500
commitb40ab97585ff96dde9733a03e2f54ba58deac372 (patch)
treef08a67affcf7f5d0d86d089a4b4551e80c9f0ef4 /source4/build
parent18cddd580e04344e05593d9f63beb9ead53cfab2 (diff)
downloadsamba-b40ab97585ff96dde9733a03e2f54ba58deac372.tar.gz
samba-b40ab97585ff96dde9733a03e2f54ba58deac372.tar.bz2
samba-b40ab97585ff96dde9733a03e2f54ba58deac372.zip
r14581: Disable automatic dependencies for now, as some make versions seem to have
trouble with it. (This used to be commit d6d363626513b41cb2d6dafab631bebadee48f42)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 46345283cb..2429c99369 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -509,11 +509,11 @@ sub write($$)
$self->output($self->{mkfile});
- if ($self->{developer}) {
- $self->output("-include \$(DEP_FILES)\n");
- } else {
+# if ($self->{developer}) {
+# $self->output("-include \$(DEP_FILES)\n");
+# } else {
$self->output("include static_deps.mk\n");
- }
+# }
open(MAKEFILE,">$file") || die ("Can't open $file\n");
print MAKEFILE $self->{output};