makefile: update PREFIX to remove redundant slash

Fixes: #488

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst 2018-07-16 10:58:38 -07:00
parent 77cbea5a42
commit c72a720b97

View File

@ -54,7 +54,7 @@ DESTDIR := /
installing = $(findstring install,$(MAKECMDGOALS))
ifeq ($(PREFIX),)
PREFIX := /usr/
PREFIX := /usr
EXEC_PREFIX := $(PREFIX)/local
else
EXEC_PREFIX := $(PREFIX)