mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r8991: Change Makefile.core to main.mk to prevent accidental removal problems.
(This used to be commit 3719570411
)
This commit is contained in:
parent
c829871308
commit
db28a320ed
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user