From 89161a0cdfbda2c6c35dd4c89a27281ed5757186 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Sun, 28 Mar 2021 21:01:38 +0300 Subject: [PATCH] Makefile: define PREFIX same as in sub-Makefiles to install "doc" to reasonable path --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3d89a7a..e69c055 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ INSTALL ?= install UNAME=$(shell uname) SELECTOR:=$(shell if test "${UNAME}" = "Darwin" ; then echo "-f Makefile.OSX" ; fi) +PREFIX ?= /usr/local all: $(MAKE) $(SELECTOR) -C src all