summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_4.x_cxx.GNU
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-12 23:34:18 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-12 23:34:18 +0000
commit376de6fb8cc3ee705b307ff01f99c93010b940b0 (patch)
treed824ecefe2ea9db711c24afcef79854e541bec2d /include/makeinclude/platform_osf1_4.x_cxx.GNU
parent4952f17288ca415f4b18fdf9990698197d74fbb2 (diff)
downloadATCD-376de6fb8cc3ee705b307ff01f99c93010b940b0.tar.gz
ChangeLogTag: Wed Jun 12 18:29:11 2002 Krishnakumar B <kitty@cs.wustl.edu>
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