1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

r14694: Remove for now until it does something useful.

(This used to be commit 4a8214f0f3)
This commit is contained in:
Jelmer Vernooij 2006-03-24 17:41:44 +00:00 committed by Gerald (Jerry) Carter
parent 0587194725
commit 637c450a51

View File

@ -48,8 +48,6 @@ sub new($$$)
if (!$self->{automatic_deps}) {
$self->output("ALL_PREDEP = proto\n");
} else {
$self->output("CFLAGS += -MD\n");
}
return $self;