1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +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; next;
} }
$line =~ s/^mkinclude /include /;
# empty line # empty line
if ($line =~ /^[ \t]*$/) { if ($line =~ /^[ \t]*$/) {
$section = "GLOBAL"; $section = "GLOBAL";