summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-03 09:45:37 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-03 09:51:39 -0700
commita758b41b06d21b74c52dd4e1b001eb6e1a82f913 (patch)
tree8f906000d23ff7e0319db449959374e96b5b1e6b /Makefile
parente47fe86d5d7b0dd104c39be4b9e110363bd75248 (diff)
downloadqtlocation-mapboxgl-a758b41b06d21b74c52dd4e1b001eb6e1a82f913.tar.gz
[build] Fix mason submodule initialization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 49e9669195..0e23b47af8 100644
--- a/Makefile
+++ b/Makefile
@@ -19,10 +19,10 @@ endif
default: test-$(HOST_PLATFORM)
ifneq (,$(wildcard .git/.))
-.mason:
+.mason/mason:
git submodule update --init
else
-.mason: ;
+.mason/mason: ;
endif
node_modules: package.json
@@ -30,7 +30,7 @@ node_modules: package.json
GYP = deps/run_gyp --depth=. -Goutput_dir=.
-CONFIG_DEPENDENCIES = .mason configure
+CONFIG_DEPENDENCIES = .mason/mason configure
# Depend on gyp includes plus directories, so that projects are regenerated when
# files are added or removed.