GNU Make 3.81 (as used on Travis) doesn't have 'undefine'

This commit is contained in:
Andrew Johnson
2018-09-17 10:24:51 -05:00
parent 922ed30136
commit 7dd1ea4cab

View File

@@ -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