From 8de1ecea53047302a83c70d4f483787f6df0f109 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 31 May 2000 21:40:15 +0000 Subject: [PATCH] Fixed test for Tornado II. --- configure/os/CONFIG.Common.vxWorksCommon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index 7ed8e3b69..c2135d0c3 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -52,8 +52,7 @@ GCC_RANLIB = #-------------------------------------------------- # C++ host processing NM = $(GNU_BIN)/$(CMPLR_PREFIX)nm$(CMPLR_SUFFIX)$(HOSTEXE) -ifeq ($(wildcard $(GNU_BIN)/munch.tcl),$(wildcard $(GNU_BIN)/munch.tcl)) -##ifeq ($(wildcard $(GNU_BIN)/$(CMPLR_PREFIX)munch$(HOSTEXE)),) +ifeq ($(wildcard $(GNU_BIN)/munch.tcl),$(GNU_BIN)/munch.tcl) #tornado2 export WIND_BASE = $(VX_DIR) export WIND_HOST_TYPE