summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_ghs.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sunos5_ghs.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_ghs.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_ghs.GNU b/include/makeinclude/platform_sunos5_ghs.GNU
index 5c4d2aead4e..6c27f4ce6f2 100644
--- a/include/makeinclude/platform_sunos5_ghs.GNU
+++ b/include/makeinclude/platform_sunos5_ghs.GNU
@@ -9,11 +9,11 @@ threads = 1
# I(kitty) don't know anything about this compiler. Making it explicit.
#
-templates = "explicit"
+templates = explicit
# Turn on the proper flags for explicit template instantiation.
#
-ifeq ("$(templates)","explicit")
+ifeq ($(templates),explicit)
ifeq ($(TEMPLATES_FLAG),) # Turn on flags if none is speficied.
TEMPLATES_FLAG=-tnone
endif