diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-20 13:46:49 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-10-20 20:08:19 +0200 |
commit | 0dacfe29a5c8c93f8cf06c18e160cc464c17d15f (patch) | |
tree | cc8542b689dc9ad8a7a1dde3be3d8675ace0c832 /Makefile.in | |
parent | cd74225ddad06ca826a37c8ba91eedd9d2aa23ce (diff) |
Add AllLangMoTarget to gbuild_TARGETS
> Oct 20 13:40:08 <sberg> caolan, any reason in
> 00657aef09d854c74fb426a935a3e8b1fc390bb0 you didn't add AllLangMoTarget to
> gbuild_TARGETS (Makefile.in) when removing AllLangResTargets from that list?
> Oct 20 13:45:56 <caolan> sberg: don't know, if there was a reason I've
> forgotten it
Change-Id: I6027be94962b6dbeca0db842b39f3d09762135c0
Reviewed-on: https://gerrit.libreoffice.org/43602
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 35f5d43b2af4..b9bf8da06b12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -118,6 +118,7 @@ internal.clean: $(addsuffix .clean,$(gbuild_internal_modules)) $(eval $(call gb_Top_GbuildModulesRules,$(gbuild_modules))) gbuild_TARGETS := AllLangHelp \ + AllLangMoTarget \ AllLangPackage \ AutoInstall \ CliLibrary \ |