1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r7299: move the list of config.mk files to the source/

so nobody needs to look at build/smb_build/ anymore, just to use the build system

metze
This commit is contained in:
Stefan Metzmacher 2005-06-05 08:29:57 +00:00 committed by Gerald (Jerry) Carter
parent c8b220b65d
commit a94e7740d5
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ use smb_build::output;
use smb_build::dot;
use strict;
my $config_list = "build/smb_build/config.list";
my $config_list = "config.list";
sub smb_build_main($)
{