cli_ure/CustomTarget_cli_ure_assemblies.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6dcb6be1f7b8e0902e8a5b60dc91c1525d5fc3a4 Author: David Tardon <dtar...@redhat.com> Date: Mon Aug 6 19:57:55 2012 +0200 use the same compiler invocation as dmake does Change-Id: I98b44d40f95c65ca52e7701ea45f78a647f944d2 diff --git a/cli_ure/CustomTarget_cli_ure_assemblies.mk b/cli_ure/CustomTarget_cli_ure_assemblies.mk index b68a5bd..6773848 100644 --- a/cli_ure/CustomTarget_cli_ure_assemblies.mk +++ b/cli_ure/CustomTarget_cli_ure_assemblies.mk @@ -10,7 +10,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 = $(shell $(CXX) | $(gb_AWK) -v num=true -f $(SOLARENV)/bin/getcompver.awk) cli_ure_CCNUMVER_GOOD = $(shell expr $(cli_ure_CCNUMVER) '>=' 001399999999) include $(SRCDIR)/cli_ure/version/version.txt _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits