summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-30 17:49:54 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-30 20:19:22 +0200
commit656c8754abc6678e5efcaa1fec1dcac0a01ca54c (patch)
treed354c4187eba324c97332c96db4570889751f36a /sal
parent48801417688bf69aaac00c4b448f7779db13e895 (diff)
sal,external: remove checks for obsolete VCVER=120
Change-Id: I4d32b7c4b2e545a8d979bc516f64cfcbf66ecd07
Diffstat (limited to 'sal')
-rw-r--r--sal/Module_sal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index fe9523a7a6e2..745339944bc9 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,sal,\
$(eval $(call gb_Module_add_check_targets,sal,\
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \
- $(if $(filter-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \
+ CppunitTest_sal_osl_security \
CppunitTest_sal_osl \
CppunitTest_sal_rtl \
CppunitTest_sal_types \