From: Miodrag Milanovic Date: Wed, 29 May 2019 16:57:03 +0000 (+0200) Subject: Aded one more load of .conf to support change of prefix X-Git-Tag: yosys-0.9~100^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14bd40cd3d760e22eeaf6f9622e210412e2b93a6;p=yosys.git Aded one more load of .conf to support change of prefix --- diff --git a/Makefile b/Makefile index 05b28f33d..76dac48a5 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,10 @@ OS := $(shell uname -s) PREFIX ?= /usr/local INSTALL_SUDO := +ifneq ($(wildcard Makefile.conf),) +include Makefile.conf +endif + BINDIR := $(PREFIX)/bin LIBDIR := $(PREFIX)/lib DATDIR := $(PREFIX)/share/yosys