summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-01-30 13:06:48 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:10 +0100
commitf007c420ed4e2eadaedbbdd1c29912c6c8142fa1 (patch)
treeea2eef4b28e6fe9c188737bb1689012c6d980d56 /Makefile
parentf987166ee8985b07a3be06d9383ff1bb709b65f0 (diff)
downloadqtlocation-mapboxgl-f007c420ed4e2eadaedbbdd1c29912c6c8142fa1.tar.gz
restore PREFIX default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index add0ef17bc..78c16b6135 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
BUILDTYPE ?= Release
PYTHON ?= python
+PREFIX ?= /usr/local
JOBS ?= 1
ifeq ($(shell uname -s), Darwin)
@@ -98,7 +99,7 @@ __%__/test: config-%.gypi
deps/run_gyp test/test.gyp -Iconfig-$*.gypi $(CONFIG_STRING) --generator-output=./build/test -f make
.PHONY: build/linux/Makefile
-build/linux/Makefile: linux/mapboxgl-app.gyp config.gypi __linux__/linux
+build/linux/Makefile: linux/mapboxgl-app.gyp __linux__/linux
__linux__/linux: config-linux.gypi
deps/run_gyp linux/mapboxgl-app.gyp -Iconfig-linux.gypi $(CONFIG_STRING) --generator-output=./build/linux -f make