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)