summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-03-23 13:50:14 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-03-23 13:50:14 +0000
commit4495c1284dbffd9da50b6a0aa9e588d8dd53bb3f (patch)
tree7a87e4824c63b01ab84f0cfa131595b35ad060b8 /TAO/rules.tao.GNU
parent7030c1b4b476c829569221b607f6556465ccfb9c (diff)
downloadATCD-4495c1284dbffd9da50b6a0aa9e588d8dd53bb3f.tar.gz
ChangeLogTag: Mon Mar 23 13:48:21 UTC 2009 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 759164dd203..0f8d42d7800 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -25,18 +25,6 @@ ifeq ($(exceptions),0)
echo "ERROR: Emulated exceptions are not safe to use anymore, see the NEWS file"
endif # exceptions
-ifdef COMSPEC
- #### Assume we're on a WIN32 host.
- ifndef TAO_IDL_PREPROCESSOR
- #### Assume we have Bourne shell and sed. Otherwise, the user
- #### should find out here that the TAO_IDL_PREPROCESSOR environment
- #### variable must be set explicitly!
- ifeq ($(mingw32),1)
- TAO_IDL_PREPROCESSOR := $(shell type $(CXX) | sed 's/.* is //')
- endif # mingw32
- endif # ! TAO_IDL_PREPROCESSOR
-endif # COMSPEC
-
####
#### Macro customization.
####