summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-07-05 08:18:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-07-05 08:18:05 +0000
commit7ab2bcc9ef95a60bbbe3e431eb9ca94e8ad6fe1f (patch)
treef8d55be2567fd118c7e3059e4f0822e75b4f196a /TAO/rules.tao.GNU
parent4b8cafc0a4b298c4d4bb3c52278d20b16df6c065 (diff)
downloadATCD-7ab2bcc9ef95a60bbbe3e431eb9ca94e8ad6fe1f.tar.gz
ChangeLogTag: Sat Jul 05 08:16:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index d51ac9af172..14ee5c33f13 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -32,11 +32,9 @@ ifdef COMSPEC
#### 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 ($(cygwin32),1)
- TAO_IDL_PREPROCESSOR := $(shell cygpath -w $(shell type $(CXX) | sed 's/.* is //'))
- else
+ ifeq ($(mingw32),1)
TAO_IDL_PREPROCESSOR := $(shell type $(CXX) | sed 's/.* is //')
- endif # cygwin32
+ endif # mingw32
endif # ! TAO_IDL_PREPROCESSOR
endif # COMSPEC