summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/rules.tao.GNU6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 8ce6fafae99..fe4864e5c41 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -31,6 +31,12 @@ ifeq (,$(findstring -I$(TAO_ROOT),$(INCLDIRS)))
INCLDIRS += -I$(TAO_ROOT)
endif
+ifeq ($(templates),explicit)
+ default:
+ echo "ERROR: Explicit templates are not possible to be used with TAO"
+endif # templates
+
+
ifdef COMSPEC
#### Assume we're on a WIN32 host.
ifndef TAO_IDL_PREPROCESSOR