summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-24 11:43:57 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-24 11:43:57 +0200
commitb0ddbef81d76589f1bab36989b16b9ef8ad82b91 (patch)
tree1e29868590d671abcced015efeeb19b8f1490253 /Makefile
parent1853a8b134a58ff95e9127a2d122a9e20a1bf577 (diff)
downloadqtlocation-mapboxgl-b0ddbef81d76589f1bab36989b16b9ef8ad82b91.tar.gz
make config.gypi files dependend on the configure script
[skip ci]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06b38ec34b..c0d76fd102 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ V ?= 1
all: mbgl
-config.gypi:
+config.gypi: configure
./configure
-config-ios.gypi:
+config-ios.gypi: configure
MASON_PLATFORM=ios ./configure config-ios.gypi
# Builds the regular library