[Libreoffice-commits] .: Makefile.in

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Fri Nov 25 06:25:42 PST 2011


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

New commits:
commit 19b5d81f92363f1448dcf41930d973b8b04db11b
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Fri Nov 25 15:24:49 2011 +0100

    move workaround for old build system to other workarounds

diff --git a/Makefile.in b/Makefile.in
index 443305b..82dca9a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,7 +55,7 @@ dev-install: build
                     "@abs_builddir@"; \
             fi
 
-debugrun : dev-install
+debugrun:
 	@. ./Env.Host.sh && $$GNUMAKE -f "$$SRC_ROOT"/GNUmakefile.mk debugrun
 
 check : allcheck
@@ -173,3 +173,4 @@ findunusedcode:
 unitcheck: build
 subsequentcheck: dev-install
 allcheck : dev-install
+debugrun : dev-install


More information about the Libreoffice-commits mailing list