[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - cli_ure/CustomTarget_cli_ure_assemblies.mk
David Tardon
dtardon at kemper.freedesktop.org
Mon Aug 6 10:54:57 PDT 2012
cli_ure/CustomTarget_cli_ure_assemblies.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 89356c494eee2f80c4193e9a4932a366e0970d66
Author: David Tardon <dtardon at redhat.com>
Date: Mon Aug 6 19:53:21 2012 +0200
expr does not understand sh operators...
Change-Id: I8d02aa2112bf7af502281a8441dceed6dee5ef42
diff --git a/cli_ure/CustomTarget_cli_ure_assemblies.mk b/cli_ure/CustomTarget_cli_ure_assemblies.mk
index bed0143..b68a5bd 100644
--- a/cli_ure/CustomTarget_cli_ure_assemblies.mk
+++ b/cli_ure/CustomTarget_cli_ure_assemblies.mk
@@ -11,7 +11,7 @@ cli_ure_source_MAKEFILE := $(lastword $(MAKEFILE_LIST))
# FIXME move this to configure.in ?
cli_ure_CCNUMVER = $(shell $(CC) -V | $(gb_AWK) -v num=true -f $(SOLARENV)/bin/getcompver.awk)
-cli_ure_CCNUMVER_GOOD = $(shell expr $(cli_ure_CCNUMVER) -ge 001399999999)
+cli_ure_CCNUMVER_GOOD = $(shell expr $(cli_ure_CCNUMVER) '>=' 001399999999)
include $(SRCDIR)/cli_ure/version/version.txt
More information about the Libreoffice-commits
mailing list