summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.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/makefile.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/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 865d231c0c..0393e2b258 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -41,14 +41,10 @@ sub new($$$)
$self->{mkfile} = $mkfile;
- $self->output("#!gmake\n");
$self->output("################################################\n");
$self->output("# Autogenerated by build/smb_build/makefile.pm #\n");
$self->output("################################################\n");
$self->output("\n");
- $self->output("include mkconfig.mk\n");
-
- $self->output("default: all\n\n");
$self->_prepare_compiler_linker();