r8991: Change Makefile.core to main.mk to prevent accidental removal problems.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 3 Aug 2005 05:51:50 +0000 (05:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:04 +0000 (13:31 -0500)
(This used to be commit 3719570411c47b019e29dbfec1af7b018ea9f759)

source4/build/smb_build/main.pl
source4/main.mk [moved from source4/Makefile.core with 100% similarity]

index 0b79b7c4b455b7d9e5c1c98d97973c20b4227241..7f83754408a15e1558840a5d33190c6cb67cc374 100644 (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");
similarity index 100%
rename from source4/Makefile.core
rename to source4/main.mk