1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

Support 'mkinclude' command in .mk files.

(This used to be commit ee7f54c86d)
This commit is contained in:
Jelmer Vernooij 2008-02-09 16:01:53 +01:00
parent 8fdd13f18a
commit 70762fe16b

View File

@ -251,6 +251,8 @@ sub run_config_mk($$$$)
next;
}
$line =~ s/^mkinclude /include /;
# empty line
if ($line =~ /^[ \t]*$/) {
$section = "GLOBAL";