mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r8991: Change Makefile.core to main.mk to prevent accidental removal problems.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e8324ff890
commit
3719570411
@@ -18,7 +18,7 @@ use strict;
|
||||
|
||||
my $INPUT = {};
|
||||
|
||||
my $mkfile = config_mk::run_config_mk($INPUT, "Makefile.core");
|
||||
my $mkfile = config_mk::run_config_mk($INPUT, "main.mk");
|
||||
my $DEPEND = smb_build::input::check($INPUT, \%config::enabled);
|
||||
my $OUTPUT = output::create_output($DEPEND);
|
||||
makefile::create_makefile_in($OUTPUT, $mkfile, "Makefile.in");
|
||||
|
||||
Reference in New Issue
Block a user