r8841: disable dependencies for now. To try dependencies, uncomment the 3rd-to-last...
[sfrench/samba-autobuild/.git] / source4 / build / smb_build / makefile.pm
index 01d2de770a10f049a832da6293b7430dddeb1240..530a040565e45fc5b03369b4f107507001d2ad9d 100644 (file)
@@ -216,6 +216,7 @@ __EOD__
 sub _prepare_depend_CC_rule()
 {
        return << '__EOD__';
+
 .c.d:
        @echo "Generating dependencies for $<"
        @$(CC) -MM -MG -MT $(<:.c=.o) -MF $@ $(CFLAGS) $<
@@ -859,7 +860,7 @@ sub _prepare_makefile_in($)
 
        if ($config{developer} eq "yes") {
                $output .= <<__EOD__
--include \$(_ALL_OBJS_OBJS:.o=.d)
+#-include \$(_ALL_OBJS_OBJS:.o=.d)
 IDL_FILES = \$(wildcard librpc/idl/*.idl)
 \$(patsubst librpc/idl/%.idl,librpc/gen_ndr/ndr_%.c,\$(IDL_FILES)) \\
 \$(patsubst librpc/idl/%.idl,librpc/gen_ndr/ndr_\%_c.c,\$(IDL_FILES)) \\