[Libreoffice-commits] .: solenv/gbuild
Michael Stahl
mst at kemper.freedesktop.org
Wed May 9 06:43:05 PDT 2012
solenv/gbuild/Helper.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e636c23bb9247325fba469612843399732ed4cd0
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed May 9 15:39:43 2012 +0200
fix gb_Helper_abbreviate_dirs_native $ quoting
diff --git a/solenv/gbuild/Helper.mk b/solenv/gbuild/Helper.mk
index 3ac278d..93a0ad7 100644
--- a/solenv/gbuild/Helper.mk
+++ b/solenv/gbuild/Helper.mk
@@ -48,11 +48,11 @@ $(subst $(SRCDIR)/,$$S/,$(subst $(OUTDIR)/,$$O/,$(subst $(WORKDIR)/,$$W/,$(1))))
endef
define gb_Helper_abbreviate_dirs_native
-$$(call gb_Output_error,gb_Helper_abbreviate_dirs_native: use gb_Helper_abbreviate_dirs instead.)
+$(call gb_Output_error,gb_Helper_abbreviate_dirs_native: use gb_Helper_abbreviate_dirs instead.)
endef
define gb_Helper_native_path
-$$(call gb_Output_error,gb_Helper_native_path: Do not use. Should not be necessary.)
+$(call gb_Output_error,gb_Helper_native_path: Do not use. Should not be necessary.)
endef
define gb_Helper_make_clean_target
More information about the Libreoffice-commits
mailing list