blob: fd21eb0ca2fc1554481b1353d4826c822a517bbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../coreconf/ruleset.mk~
+++ ../coreconf/ruleset.mk
@@ -85,7 +85,7 @@
#
ifndef COMPILER_TAG
- ifneq ($(DEFAULT_COMPILER), $(notdir $(firstword $(CC))))
+ ifneq ($(DEFAULT_COMPILER), $(CC))
#
# Temporary define for the Client; to be removed when binary release is used
#
|