summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_tru64_cxx.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-14 14:14:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-14 14:14:31 +0000
commitf9b8675df0393e41594f6f4b4c78c98b0cce7bae (patch)
treef5fde3d3063cb36e66a3e7dedbfe75e5fd27d326 /include/makeinclude/platform_tru64_cxx.GNU
parent921b1429bae3864b0d8bc5d4f2e445d69c89b92a (diff)
downloadATCD-f9b8675df0393e41594f6f4b4c78c98b0cce7bae.tar.gz
added $(ACELIB) to SOFLAGS
Diffstat (limited to 'include/makeinclude/platform_tru64_cxx.GNU')
-rw-r--r--include/makeinclude/platform_tru64_cxx.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_tru64_cxx.GNU b/include/makeinclude/platform_tru64_cxx.GNU
index c61d8261073..a7657897e08 100644
--- a/include/makeinclude/platform_tru64_cxx.GNU
+++ b/include/makeinclude/platform_tru64_cxx.GNU
@@ -25,7 +25,7 @@ ifeq (5.,$(findstring 5.,$(ACE_DU_VERSION)))
WARNING_FLAGS += -msg_disable 177
endif # 6.0 or later
- SOFLAGS = -shared -use_ld_input
+ SOFLAGS = -shared -use_ld_input $(ACELIB)
endif # 5.x
endif # ! 4.x
endif # ! 3.x