1
0
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:
Jelmer Vernooij 2005-08-03 05:51:50 +00:00 committed by Gerald (Jerry) Carter
parent c829871308
commit db28a320ed
2 changed files with 1 additions and 1 deletions

View File

@ -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");