diff --git a/config/CONFIG.Host.Borland b/config/CONFIG.Host.Borland index 16e267399..0c60f03b6 100644 --- a/config/CONFIG.Host.Borland +++ b/config/CONFIG.Host.Borland @@ -11,9 +11,6 @@ # This file is maintained by the EPICS community. # Sites may override these definitions in CONFIG_SITE.Borland -# Use std path variables from ms -HOME = $(HOMEDRIVE)$(HOMEPATH) - BORLAND_LIB = $(BORLAND)\\lib BORLAND_INC = $(BORLAND)\\include BORLAND_BIN = $(BORLAND)\\bin @@ -245,7 +242,7 @@ USR_DEPLIBS = $(foreach lib,$(USR_LIBS),$(firstword $(wildcard $($(lib)_DIR)/$(l # by default the libraries used when linking the DLL are just # PROD_LIBS ans SYS_PROD_LIBS minus the DLL name -DLL_LIBS = $(subst $(LIBRARY),, $(PROD_LIBS)) +DLL_LIBS = $(patsubst $(LIBRARY),, $(PROD_LIBS)) # # EPICS libs that we need to link the DLL with