summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-11 01:42:29 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-11 15:19:24 +0100
commit604a0af3a7694deaea880f3ee4d4482803474970 (patch)
treea85ce48dd2c773696f44dc6499f31fc7b049c677 /source4/build/smb_build/config_mk.pm
parentfee4ba14c04e25f459723d87114cd9779f9c2f11 (diff)
downloadsamba-604a0af3a7694deaea880f3ee4d4482803474970.tar.gz
samba-604a0af3a7694deaea880f3ee4d4482803474970.tar.bz2
samba-604a0af3a7694deaea880f3ee4d4482803474970.zip
Avoid autogenerating the Makefile but rather include a data.mk file
that is autogenerated. (This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index b7dc9697a9..aa075490bc 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -251,8 +251,6 @@ sub run_config_mk($$$$)
next;
}
- $line =~ s/^mkinclude /include /;
-
# empty line
if ($line =~ /^[ \t]*$/) {
$section = "GLOBAL";