diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-20 15:34:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:53 -0500 |
commit | 61ec62fb2757253a509b57b3e7815c1fb6d0a94b (patch) | |
tree | 83a91f5ff0d9cb9e1d0c1a530fe942cf9950bc25 /source4/build/smb_build/makefile.pm | |
parent | 9ef4e90539c6d262a5fbc36bdde2c8355be3aa56 (diff) | |
download | samba-61ec62fb2757253a509b57b3e7815c1fb6d0a94b.tar.gz samba-61ec62fb2757253a509b57b3e7815c1fb6d0a94b.tar.bz2 samba-61ec62fb2757253a509b57b3e7815c1fb6d0a94b.zip |
r14583: Enable automatic dependencies only if GNU make >= 3.81 is present.
(This used to be commit 2b22f1853306625a4c59763ef11965ac8900d4ff)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index a7dc4ff3e5..a6d6d2b741 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -18,7 +18,6 @@ sub new($$$) bless($self, $myname); - $self->{automatic_deps} = 0; $self->{manpages} = []; $self->{sbin_progs} = []; $self->{bin_progs} = []; |