From 36d3033de4be4a1ba5e40cd4ef78a57bfc83bcd2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 17 May 2004 14:38:37 +0000 Subject: [PATCH] Fixed comment typo and removed duplicate export line. --- config/CONFIG.Vx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/CONFIG.Vx b/config/CONFIG.Vx index 99ac5349d..6ead88ce0 100644 --- a/config/CONFIG.Vx +++ b/config/CONFIG.Vx @@ -20,7 +20,7 @@ OS_CLASS = vxWorks # The definitions VX_DIR, VX_GNU, GNU_DIR and GNU_LIB # can be overridden for specific host architectures -# by creating a CONFIG_SITE.Vx. file with # the override definitions. # Tornado directory definitions @@ -41,7 +41,6 @@ VX_GNU = $(VX_GNU_$(TORNADO)) GNU_BIN = $(VX_GNU_BIN_$(TORNADO)) GNU_LIB = $(VX_GNU_LIB_$(TORNADO)) export GCC_EXEC_PREFIX = $(GNU_LIB)/gcc-lib/ -export WIND_BASE = $(VX_DIR) #-------------------------------------------------- # VxWorks command definitions @@ -148,4 +147,3 @@ MUNCHNAME = $(LIBNAME:%=%$(MUNCH_SUFFIX)) export WIND_BASE = $(VX_DIR) export WIND_HOST_TYPE -