configure: use $(abspath) for running local executables

This commit is contained in:
Ralph Lange
2017-08-01 15:07:25 +02:00
parent 7660480a5f
commit 2b688f8116
+2 -2
View File
@@ -20,8 +20,8 @@ include $(CONFIG)/CONFIG
INSTALL_LOCATION = $(TOP)
# Set location of locally generated tools
EYACC = $(INSTALL_HOST_BIN)/antelope$(HOSTEXE)
ELEX = $(INSTALL_HOST_BIN)/e_flex$(HOSTEXE) -S$(INSTALL_INCLUDE)/flex.skel.static
EYACC = $(abspath $(INSTALL_HOST_BIN))/antelope$(HOSTEXE)
ELEX = $(abspath $(INSTALL_HOST_BIN))/e_flex$(HOSTEXE) -S$(INSTALL_INCLUDE)/flex.skel.static
# CONFIG_SITE files contain other build configuration settings
include $(TOP)/configure/CONFIG_SITE