summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-28 13:14:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-28 13:14:49 +0000
commit12c7d1a8217533da05bb5276f4a70b210d5c52f2 (patch)
tree509cbef4f118c2d0d16cbdf0203b9ab1e171cb29 /include
parent3c93fbc1ff56d464d238d9ab54f6cf7c73d1f527 (diff)
downloadATCD-12c7d1a8217533da05bb5276f4a70b210d5c52f2.tar.gz
ChangeLogTag:Fri Jul 27 11:24:50 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU
index 92a1d44ca46..1109563f142 100644
--- a/include/makeinclude/platform_vxworks5.x_g++.GNU
+++ b/include/makeinclude/platform_vxworks5.x_g++.GNU
@@ -46,7 +46,7 @@ endif # WIND_HOST_TYPE
HOST_DIR = $(WIND_BASE)/host/$(WIND_HOST_TYPE)
-ifeq (,$(findstring $(HOST_DIR)/bin,$PATH))
+ifeq (,$(findstring $(HOST_DIR)/bin,$(PATH)))
#### Use := instead of += because += inserts a space.
PATH := $(PATH):$(HOST_DIR)/bin
endif # PATH