From 97f49de55e2d12d249d608a91bddcd3cd1ffa452 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Mar 2006 13:40:58 +0000 Subject: r14640: Fix dependency (This used to be commit 009b56a3234b28e212fe5b2cda4f068c9a2f8707) --- source4/build/smb_build/makefile.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 4eaff9e742..13b62553bf 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -158,7 +158,6 @@ sub _prepare_mk_files($) my $self = shift; my @tmp = (); - foreach (@smb_build::config_mk::parsed_files) { s/ .*$//g; push (@tmp, $_); -- cgit