summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 03:11:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 03:11:39 +0000
commit97fce7519546cbe02278ecd8ace98ca99650a518 (patch)
tree5f72049b01c1f0535be54fc230bbb51019d51bae
parent19ad15430f83480c2f922640ca35476770d1bf19 (diff)
downloadATCD-97fce7519546cbe02278ecd8ace98ca99650a518.tar.gz
use $(CXX) instead of hard-coding g++
-rw-r--r--TAO/rules.tao.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index be2b11dae12..4055d62fb9b 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -18,7 +18,7 @@ endif
ifeq ($(findstring g++,$(CXX)),g++)
CCFLAGS += -Wno-unused
- ifneq ($(findstring egcs-2.91,$(shell g++ --version)),)
+ ifneq ($(findstring egcs-2.91,$(shell $(CXX) --version)),)
#### egcs 2.91.57 seems to go overboard:
#### DynAny_i.cpp:565: warning: `class TAO_DynAny_i * this' might be
#### used uninitialized in this function