diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-07-05 08:18:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-07-05 08:18:05 +0000 |
commit | f9531f79a74889b85a8dd64a6027bc7f82449f9e (patch) | |
tree | f8d55be2567fd118c7e3059e4f0822e75b4f196a /TAO/rules.tao.GNU | |
parent | 6be0bb6468ce553cecbbf2c2f8840ff861955e85 (diff) | |
download | ATCD-f9531f79a74889b85a8dd64a6027bc7f82449f9e.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.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 |