diff --git a/intern/locale/SConscript b/intern/locale/SConscript index a8b6d17f9d3..38161b48ff0 100644 --- a/intern/locale/SConscript +++ b/intern/locale/SConscript @@ -68,7 +68,7 @@ if env['WITH_BF_INTERNATIONAL']: msgfmt_executable += ".exe" # dependencies - dependencies = [targetpath] + dependencies = [msgfmt_target] # add command for each locale all_mo_files = []