From 5fef58069b163e58ae94980c682b6d066e305e3e Mon Sep 17 00:00:00 2001 From: Jeong Han Lee <jeonghan.lee@gmail.com> Date: Sat, 6 Oct 2018 19:47:49 +0200 Subject: [PATCH] fixed EPICS_HOST_ARCH in config export --- configure/E3/CONFIG_EXPORT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/E3/CONFIG_EXPORT b/configure/E3/CONFIG_EXPORT index c13635d..b79f0a3 100644 --- a/configure/E3/CONFIG_EXPORT +++ b/configure/E3/CONFIG_EXPORT @@ -1,6 +1,7 @@ # Variables should be transferred to module_name.makefile -EPICS_HOST_ARCH:=$(-shell $(EPICS_BASE)/startup/EpicsHostArch.pl) +EPICS_HOST_ARCH:=$(shell perl $(EPICS_BASE)/startup/EpicsHostArch.pl) + # In near future, BASE may drop "startup" directory, so # ifeq ($(strip $(EPICS_HOST_ARCH)),) -- GitLab