diff options
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 6 |
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 |