[Libreoffice-commits] core.git: Makefile.in

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Thu Nov 21 03:49:33 PST 2013


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a691e0ed1ec5f7be5cc6b94c0f97e3051c666f56
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Nov 21 12:35:34 2013 +0100

    l10n and non-l10n targets missing dep on build
    
    Change-Id: Ia6d09a1625819593291649369a7533bbd2ee8227

diff --git a/Makefile.in b/Makefile.in
index d018333..e2bf1dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -225,7 +225,7 @@ ifeq ($(OS),IOS)
 	$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) ios
 endif
 
-build-nocheck check debugrun help slowcheck translations unitcheck subsequentcheck : build
+build-non-l10n-only build-l10n-only build-nocheck check debugrun help slowcheck translations unitcheck subsequentcheck : build
 
 cross-toolset: bootstrap fetch
 	$(GNUMAKE) gb_Side=build -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools


More information about the Libreoffice-commits mailing list