summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_4.x_cxx.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_osf1_4.x_cxx.GNU')
-rw-r--r--include/makeinclude/platform_osf1_4.x_cxx.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_osf1_4.x_cxx.GNU b/include/makeinclude/platform_osf1_4.x_cxx.GNU
index 9ab199ab189..6a3caa312a7 100644
--- a/include/makeinclude/platform_osf1_4.x_cxx.GNU
+++ b/include/makeinclude/platform_osf1_4.x_cxx.GNU
@@ -96,13 +96,13 @@ else
ifeq ($(templates), automatic)
ifeq ($(TEMPLATES_FLAG),) # Turn on flags if none is speficied.
TEMPLATES_FLAG = -pt
- SOFLAGS = -tall
+ SOFLAGS += -tall
endif
else
ifeq ($(templates), used)
ifeq ($(TEMPLATES_FLAG),) # Turn on flags if none is speficied.
TEMPLATES_FLAG = -pt
- SOFLAGS = -tused
+ SOFLAGS += -tused
endif
endif # templates == used
endif # templates == automatic