diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-11 10:14:23 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-11 10:14:23 +0000 |
commit | 6ad04d16ad90e3f9fdb744e11404566a2d785c3f (patch) | |
tree | 202aae22a925b4a9d450232bd9f4d8c1677579be | |
parent | 395cf45f2e694bbb155b3e801bc96c219419d38c (diff) | |
download | ATCD-6ad04d16ad90e3f9fdb744e11404566a2d785c3f.tar.gz |
*** empty log message ***
-rw-r--r-- | TAO/rules.tao.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index fe4864e5c41..93bf455ef12 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -32,8 +32,8 @@ ifeq (,$(findstring -I$(TAO_ROOT),$(INCLDIRS))) endif ifeq ($(templates),explicit) - default: - echo "ERROR: Explicit templates are not possible to be used with TAO" + default: + echo "ERROR: Explicit templates are not possible to be used with TAO" endif # templates |