Author: jelmer
Date: 2006-03-20 13:26:16 +0000 (Mon, 20 Mar 2006)
New Revision: 14581

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14581

Log:
Disable automatic dependencies for now, as some make versions seem to have
trouble with it.

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm       2006-03-20 
12:14:07 UTC (rev 14580)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm       2006-03-20 
13:26:16 UTC (rev 14581)
@@ -509,11 +509,11 @@
 
        $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};

Reply via email to