From db076183c09de87c083ac69c2cca468c867421e8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 27 Jan 2009 21:27:32 +0000 Subject: [PATCH] Changed EPICS_BASE_TOOLS_BIN to EPICS_BASE_BIN in PATH. --- configure/os/CONFIG.cygwin-x86.Common | 2 +- configure/os/CONFIG.win32-x86-borland.Common | 2 +- configure/os/CONFIG.win32-x86-cygwin.Common | 2 +- configure/os/CONFIG.win32-x86-mingw.Common | 2 +- configure/os/CONFIG.win32-x86.Common | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure/os/CONFIG.cygwin-x86.Common b/configure/os/CONFIG.cygwin-x86.Common index ea291e2ab..c286d08e7 100644 --- a/configure/os/CONFIG.cygwin-x86.Common +++ b/configure/os/CONFIG.cygwin-x86.Common @@ -16,5 +16,5 @@ OSITHREAD_USE_DEFAULT_STACK = NO HOSTEXE=.exe # Needed to find dlls for base installed build tools (antelope,eflex,...) -PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH) +PATH := $(EPICS_BASE_BIN):$(PATH) diff --git a/configure/os/CONFIG.win32-x86-borland.Common b/configure/os/CONFIG.win32-x86-borland.Common index 86c51142e..20590c28b 100644 --- a/configure/os/CONFIG.win32-x86-borland.Common +++ b/configure/os/CONFIG.win32-x86-borland.Common @@ -26,5 +26,5 @@ HOME = $(HOMEDRIVE)$(HOMEPATH) endif # Needed to find dlls for base installed build tools (antelope,eflex,...) -PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH) +PATH := $(EPICS_BASE_BIN):$(PATH) diff --git a/configure/os/CONFIG.win32-x86-cygwin.Common b/configure/os/CONFIG.win32-x86-cygwin.Common index c79a4547f..1842b8515 100644 --- a/configure/os/CONFIG.win32-x86-cygwin.Common +++ b/configure/os/CONFIG.win32-x86-cygwin.Common @@ -18,5 +18,5 @@ WIND_HOST_TYPE = x86-win32 OSITHREAD_USE_DEFAULT_STACK = NO # Needed to find dlls for base installed build tools (antelope,eflex,...) -PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH) +PATH := $(EPICS_BASE_BIN):$(PATH) diff --git a/configure/os/CONFIG.win32-x86-mingw.Common b/configure/os/CONFIG.win32-x86-mingw.Common index d26e29f74..4636e5fb8 100644 --- a/configure/os/CONFIG.win32-x86-mingw.Common +++ b/configure/os/CONFIG.win32-x86-mingw.Common @@ -23,5 +23,5 @@ OSITHREAD_USE_DEFAULT_STACK = NO HOSTEXE=.exe # Needed to find dlls for base installed build tools (antelope,eflex,...) -PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH) +PATH := $(EPICS_BASE_BIN):$(PATH) diff --git a/configure/os/CONFIG.win32-x86.Common b/configure/os/CONFIG.win32-x86.Common index 78d7cea27..b0bb33c54 100644 --- a/configure/os/CONFIG.win32-x86.Common +++ b/configure/os/CONFIG.win32-x86.Common @@ -26,5 +26,5 @@ HOME = $(HOMEDRIVE)$(HOMEPATH) endif # Needed to find dlls for base installed build tools (antelope,eflex,...) -PATH := $(EPICS_BASE_TOOLS_BIN):$(PATH) +PATH := $(EPICS_BASE_BIN):$(PATH)