From e801e013c83747fcf85cd6abd1b1834bd08340e2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Mar 2006 23:31:40 +0000 Subject: r14552: Remove old dependency code (This used to be commit 44e132cf1a48174f538348b743096251b3e8f92f) --- source4/build/smb_build/main.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/build/smb_build/main.pl') diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl index 3443dbc46b..907f513c5c 100644 --- a/source4/build/smb_build/main.pl +++ b/source4/build/smb_build/main.pl @@ -74,8 +74,6 @@ foreach my $key (values %$OUTPUT) { $mkenv->Header($key) if defined($key->{PUBLIC_HEADERS}); $mkenv->ProtoHeader($key) if defined($key->{PRIVATE_PROTO_HEADER}) or defined($key->{PUBLIC_PROTO_HEADER}); - -# $mkenv->DependencyInfo($key) if $config::config{developer} eq "yes"; } $mkenv->write("Makefile"); -- cgit