summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-12 05:16:52 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-12 05:16:52 +0000
commit78afcdfcbe3a607190bed3b33f774a4041de4d31 (patch)
tree9a4ea179f5564b02733d776a5703845c9c7f94af /include
parent3896d372277d63f31bab53cd5333e65975076c66 (diff)
downloadATCD-78afcdfcbe3a607190bed3b33f774a4041de4d31.tar.gz
ChangeLogTag: Fri Apr 12 00:15:32 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 51f2a97cfce..e6617abcd27 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -169,9 +169,10 @@ ifeq ($(templates),)
templates = explicit
else
# Assume it's Forte Update 1 or later. Implicit template
- # instantiation seems to work.
+ # instantiation seemed to work but I spoke too soon. Maybe a future
+ # version will :-(
#
- templates = automatic
+ templates = explicit
endif
endif
endif