[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - cli_ure/CustomTarget_cli_ure_assemblies.mk

David Tardon dtardon at kemper.freedesktop.org
Mon Aug 6 10:58:09 PDT 2012


 cli_ure/CustomTarget_cli_ure_assemblies.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6dcb6be1f7b8e0902e8a5b60dc91c1525d5fc3a4
Author: David Tardon <dtardon at 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


More information about the Libreoffice-commits mailing list