diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-17 07:10:47 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-17 07:10:47 +0000 |
commit | 78dd4f89e1c6973ee25a382f35e420d182e3932b (patch) | |
tree | 57c9b393ebf42071ab034b2144a10cccd960737a /TAO | |
parent | 29c5be0f23d759dbba68e103bec2fe139b255ae1 (diff) | |
download | ATCD-78dd4f89e1c6973ee25a382f35e420d182e3932b.tar.gz |
ChangeLogTag: Mon Oct 17 07:09:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/rules.tao.GNU | 8 |
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 |