diff options
author | Jim Klimov <jimklimov@cos.ru> | 2021-03-28 21:01:38 +0300 |
---|---|---|
committer | Jim Klimov <jimklimov@cos.ru> | 2021-03-28 21:01:38 +0300 |
commit | 89161a0cdfbda2c6c35dd4c89a27281ed5757186 (patch) | |
tree | 65bd52064155198377b916ae4c8dad9c2085c518 /Makefile | |
parent | f87c2f89151da8d6b16c8fc7cc02ca744ab94fab (diff) | |
download | libfaketime-89161a0cdfbda2c6c35dd4c89a27281ed5757186.tar.gz |
Makefile: define PREFIX same as in sub-Makefiles to install "doc" to reasonable path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |