Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG

...in anticipation of building with clang-cl.exe on Windows

Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398
Reviewed-on: https://gerrit.libreoffice.org/19928
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2015-11-12 15:00:25 +01:00
parent 51af0ef35b
commit ba8a957bfa
27 changed files with 84 additions and 90 deletions

View File

@@ -19,7 +19,7 @@ compilerplugins.clean:
else
ifeq ($(COM_GCC_IS_CLANG),TRUE)
ifeq ($(COM_IS_CLANG),TRUE)
compilerplugins:
$(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins