"Quote" exe program paths for Windows

Clean up old EPICS_DATABASE var's (pre-7.0?)
This commit is contained in:
Andrew Johnson
2022-02-08 14:18:13 -06:00
parent 0e56e202fc
commit 3a182a9eea
3 changed files with 16 additions and 20 deletions
+3 -2
View File
@@ -11,5 +11,6 @@
# This is a Makefile fragment, see src/ioc/Makefile.
$(patsubst %,$(COMMON_DIR)/%,$(BPT_DBD)) : \
$(COMMON_DIR)/bpt%.dbd : $(MAKEBPT)
$(addprefix $(COMMON_DIR)/,$(BPT_DBD)) : $(COMMON_DIR)/bpt%.dbd : \
$(EPICS_BASE_HOST_BIN)/makeBpt$(HOSTEXE)
# Don't try to use $(MAKEBPT) above