summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfcw@users.noreply.github.com>2021-03-28 21:09:34 +0200
committerGitHub <noreply@github.com>2021-03-28 21:09:34 +0200
commitd37421dbe70f52f3f5dfe39aea81a229c77de8da (patch)
tree65bd52064155198377b916ae4c8dad9c2085c518
parentf87c2f89151da8d6b16c8fc7cc02ca744ab94fab (diff)
parent89161a0cdfbda2c6c35dd4c89a27281ed5757186 (diff)
downloadlibfaketime-d37421dbe70f52f3f5dfe39aea81a229c77de8da.tar.gz
Merge pull request #319 from jimklimov/install-doc
Makefile: define PREFIX same as in sub-Makefiles to install "doc" to …
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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