From 6b6de69f1d25114b36e9a3debafea1a9e25b3e23 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 23 Aug 2010 15:08:24 -0400 Subject: [PATCH] build: Point default MSI to the base version. --- configure/CONFIG_BASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index dd559536d..514e1a2a7 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -110,7 +110,7 @@ DBST = dbst endif ifndef MSI -MSI = msi +MSI = $(EPICS_BASE_HOST_BIN)/msi endif