diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-23 03:51:03 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-23 03:51:03 +0000 |
commit | 6b972ec8fc88655125043a5f07914215a720c1de (patch) | |
tree | 264dc189171b3e395856010d5333e5ac78bf1958 /TAO/rules.tao.GNU | |
parent | cd0ab31199a3d5798631e0343e205314c69169e3 (diff) | |
download | ATCD-6b972ec8fc88655125043a5f07914215a720c1de.tar.gz |
cleaned up the g++ check a bit
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 40f682b30d4..95b3103c85c 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -15,6 +15,6 @@ endif %S.h %C.h %S.i %C.i %S.cpp %C.cpp: %.idl $(TAO_IDL) $(TAO_IDLFLAGS) $? -ifneq (,$(findstring g++,$(CXX))) +ifeq ($(findstring g++,$(CXX)),g++) CCFLAGS += -Wno-unused endif # g++ |