diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-23 22:16:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:27 -0500 |
commit | 91f4e46dbfd688df0bc34a3f9782dc5b1361741d (patch) | |
tree | 37a9113bd546877682098404138621be6eeeabf5 /source4/build/smb_build/main.pl | |
parent | 69578c8b8c7a28de11c4023ce57960425f22a558 (diff) | |
download | samba-91f4e46dbfd688df0bc34a3f9782dc5b1361741d.tar.gz samba-91f4e46dbfd688df0bc34a3f9782dc5b1361741d.tar.bz2 samba-91f4e46dbfd688df0bc34a3f9782dc5b1361741d.zip |
r9549: Rerun ./config.status if one of the .mk files changes
(This used to be commit 729b8bd7832b0db19d68dd3348b1b7103ab135fb)
Diffstat (limited to 'source4/build/smb_build/main.pl')
-rw-r--r-- | source4/build/smb_build/main.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl index 7f83754408..e6a330e99d 100644 --- a/source4/build/smb_build/main.pl +++ b/source4/build/smb_build/main.pl @@ -18,7 +18,7 @@ use strict; my $INPUT = {}; -my $mkfile = config_mk::run_config_mk($INPUT, "main.mk"); +my $mkfile = smb_build::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"); |