summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-06-21 19:55:54 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-06-21 19:55:54 +0000
commit4fa1c313c78dd95a1613018b0348bce47a2c8c24 (patch)
treee846b15a848c7905aa9169e91bc451104c5eca82 /TAO/rules.tao.GNU
parent51ed2ed4dbc9631a296e33893cbb0c14f1ce1862 (diff)
downloadATCD-4fa1c313c78dd95a1613018b0348bce47a2c8c24.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index af188ba6a4e..46bdb3323db 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -45,9 +45,6 @@ IDL_EXT2=Cli.h Cli.i Cli.cpp Ser.h Ser.i Ser.cpp Ser_T.h Ser_T.i Ser_T.cpp
.SUFFIXES: $(IDL_EXT)
ifneq ($(use_flick),1)
-ifneq ($(tao_native_exception),1)
-TAO_IDLFLAGS += -Ge 1
-endif
$(foreach ext, $(IDL_EXT) $(IDL_EXT2), %$(ext)): %.idl $(TAO_IDL)
$(TAO_IDL) $(TAO_IDLFLAGS) $<
else