summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-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};