summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-17 07:10:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-17 07:10:47 +0000
commit95e9af6bf99dccc807beb50a93366fc0975628f8 (patch)
tree57c9b393ebf42071ab034b2144a10cccd960737a /TAO/rules.tao.GNU
parentdfb771e4585697fc3ad7a05baef0c8d8e81b955c (diff)
downloadATCD-95e9af6bf99dccc807beb50a93366fc0975628f8.tar.gz
ChangeLogTag: Mon Oct 17 07:09:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 76e32a59d32..63d6ed4f0d7 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -35,10 +35,10 @@ ifeq ($(templates),explicit)
default:
echo "ERROR: Explicit templates are not possible to be used with TAO"
endif # templates
-#ifeq ($(exceptions),0)
-# default:
-# echo "ERROR: Emulated exceptions are not safe to use anymore, see the NEWS file"
-#endif # templates
+ifeq ($(exceptions),0)
+ default:
+ echo "ERROR: Emulated exceptions are not safe to use anymore, see the NEWS file"
+endif # exceptions
ifdef COMSPEC