summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-25 15:48:35 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-25 15:48:35 +0100
commit9bcc28cdeca145296a5924bf496453f2a0a01ebb (patch)
tree7a5e11b034434bbb900c3ac48d170e1a9e8733e9 /source4/build
parent73a3e8443c7114542fc1e5c38e0be36c07c8c104 (diff)
downloadsamba-9bcc28cdeca145296a5924bf496453f2a0a01ebb.tar.gz
samba-9bcc28cdeca145296a5924bf496453f2a0a01ebb.tar.bz2
samba-9bcc28cdeca145296a5924bf496453f2a0a01ebb.zip
Remove unused include.
(This used to be commit 778e37480fb83c750ef76a625a5df74df276c65d)
Diffstat (limited to 'source4/build')
-rwxr-xr-xsource4/build/smb_build/cflags.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/cflags.pm b/source4/build/smb_build/cflags.pm
index a4ab90a8cd..ad6cd42c65 100755
--- a/source4/build/smb_build/cflags.pm
+++ b/source4/build/smb_build/cflags.pm
@@ -23,8 +23,6 @@ sub create_cflags($$$$) {
open(CFLAGS_TXT,">$file") || die ("Can't open `$file'\n");
- print CFLAGS_TXT "include mkconfig.mk\n";
-
my $src_ne_build = ($srcdir ne $builddir) ? 1 : 0;
foreach my $key (values %{$CTX}) {