summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-24 17:41:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:10 -0500
commit637c450a5174ca76419718312fe7d64317e48eb0 (patch)
treec8abf8eb4f7371d9aab4d76456bc0b6b970545e3 /source4
parent0587194725d21ac7858f7cd4b56efdc10f2ebb16 (diff)
downloadsamba-637c450a5174ca76419718312fe7d64317e48eb0.tar.gz
samba-637c450a5174ca76419718312fe7d64317e48eb0.tar.bz2
samba-637c450a5174ca76419718312fe7d64317e48eb0.zip
r14694: Remove for now until it does something useful.
(This used to be commit 4a8214f0f3b6e2456d4749008442a4d5a709870d)
Diffstat (limited to 'source4')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 972153662d..f002779128 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -48,8 +48,6 @@ sub new($$$)
if (!$self->{automatic_deps}) {
$self->output("ALL_PREDEP = proto\n");
- } else {
- $self->output("CFLAGS += -MD\n");
}
return $self;