1
0
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:
Jelmer Vernooij
2005-08-03 05:51:50 +00:00
committed by Gerald (Jerry) Carter
parent e8324ff890
commit 3719570411
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");