summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-05-23 19:18:21 -0400
committerBoris Kolpackov <boris@codesynthesis.com>2013-05-23 19:18:21 -0400
commit3bf281f54bcf2ee6c2c54f727c3c6c5e6100c8d4 (patch)
treeddd5949291927db07e12fc1161de9eba840dbf6f /dist
parent60330d3d1216c02a27f6645f6b7bc6b0a4b4fffa (diff)
Update Clang signature to also cover Apple versions
Diffstat (limited to 'dist')
-rw-r--r--dist/examples/build/cxx/compilers.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/examples/build/cxx/compilers.make b/dist/examples/build/cxx/compilers.make
index 514015d..fb9dc45 100644
--- a/dist/examples/build/cxx/compilers.make
+++ b/dist/examples/build/cxx/compilers.make
@@ -43,13 +43,13 @@ endif
# Clang
#
ifeq ($(cxx_id),)
-ifeq ($(shell echo '$(cxx_sign)' | sed -e 's/^.* clang .*$$//'),)
+ifeq ($(shell echo '$(cxx_sign)' | sed -e 's/^.*clang.*$$//'),)
cxx_id := clang
endif
endif
ifeq ($(cxx_id),)
-ifeq ($(shell echo '$(cxx_sign)' | sed -e 's/^.* Clang .*$$//'),)
+ifeq ($(shell echo '$(cxx_sign)' | sed -e 's/^.*Clang.*$$//'),)
cxx_id := clang
endif
endif