diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 01:42:29 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 15:19:24 +0100 |
commit | 604a0af3a7694deaea880f3ee4d4482803474970 (patch) | |
tree | a85ce48dd2c773696f44dc6499f31fc7b049c677 /source4/build/smb_build/makefile.pm | |
parent | fee4ba14c04e25f459723d87114cd9779f9c2f11 (diff) | |
download | samba-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.pm | 4 |
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(); |