Avoid autogenerating the Makefile but rather include a data.mk file
[metze/samba/wip.git] / source4 / build / smb_build / config_mk.pm
index b7dc9697a9667f74bc113de9e1004e408a8041d6..aa075490bce071bccec5935626372cbdd89b0c40 100644 (file)
@@ -251,8 +251,6 @@ sub run_config_mk($$$$)
                        next;
                }
 
-               $line =~ s/^mkinclude /include /;
-
                # empty line
                if ($line =~ /^[ \t]*$/) {
                        $section = "GLOBAL";