diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-03 20:07:23 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-03 20:07:23 +0000 |
commit | fabbeacc526ff6fea99007c7616c0e8f527dbb98 (patch) | |
tree | 2e1bdd06f9c53e5bba2ea2aebcefacb98fe5beb6 /TAO/rules.tao.GNU | |
parent | bee463263ab1d7a299884d444f10f96b8a1add63 (diff) | |
download | ATCD-fabbeacc526ff6fea99007c7616c0e8f527dbb98.tar.gz |
ChangeLogTag:Fri Sep 3 14:40:13 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 930c8adca0e..ed408c47b29 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -19,13 +19,13 @@ endif ifdef COMSPEC #### Assume we're on a WIN32 host. - ifndef CPP_LOCATION + ifndef TAO_IDL_PREPROCESSOR #### Assume we have Bourne shell and sed. Otherwise, the user - #### should find out here that the CPP_LOCATION environment + #### should find out here that the TAO_IDL_PREPROCESSOR environment #### variable must be set explicitly! - CPP_LOCATION := $(shell type $(CXX) | sed 's/.* is //') - endif # ! CPP_LOCATION -endif # ! CPP_LOCATION + TAO_IDL_PREPROCESSOR := $(shell type $(CXX) | sed 's/.* is //') + endif # ! TAO_IDL_PREPROCESSOR +endif # COMSPEC #### |