From 7dd1ea4cabade8c95cda5e677951e3b08f793487 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 17 Sep 2018 10:24:51 -0500 Subject: [PATCH] GNU Make 3.81 (as used on Travis) doesn't have 'undefine' --- configure/CONFIG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG b/configure/CONFIG index f5ba0b780..b51a9d38b 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -27,7 +27,7 @@ ifeq ($(origin EPICS_HOST_ARCH), undefined) $(TOP)/src/tools/EpicsHostArch.pl)) # NB: We use a simply expanded variable here for performance: export EPICS_HOST_ARCH := $(shell perl $(EHA)) - undefine EHA + EHA := endif -include $(CONFIG)/os/CONFIG_COMPAT