diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 15:48:35 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 15:48:35 +0100 |
commit | 9bcc28cdeca145296a5924bf496453f2a0a01ebb (patch) | |
tree | 7a5e11b034434bbb900c3ac48d170e1a9e8733e9 | |
parent | 73a3e8443c7114542fc1e5c38e0be36c07c8c104 (diff) | |
download | samba-9bcc28cdeca145296a5924bf496453f2a0a01ebb.tar.gz samba-9bcc28cdeca145296a5924bf496453f2a0a01ebb.tar.bz2 samba-9bcc28cdeca145296a5924bf496453f2a0a01ebb.zip |
Remove unused include.
(This used to be commit 778e37480fb83c750ef76a625a5df74df276c65d)
-rwxr-xr-x | source4/build/smb_build/cflags.pm | 2 |
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}) { |