summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-08 17:17:36 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-08 17:17:58 -0700
commitc08bd4b465634cda2351d9358da8f7cd9f7376e3 (patch)
tree56c3314ae40799e4406f034525c71bc326cea8cd /Makefile
parent911ff71b6c0fbb92f7ee932668fa0244747020aa (diff)
downloadqtlocation-mapboxgl-c08bd4b465634cda2351d9358da8f7cd9f7376e3.tar.gz
[build] Add some dependencies to the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ea77aa310..b54a86a0a7 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ OSX_PROJ_PATH = build/osx-x86_64/platform/osx/platform.xcodeproj
osx:
$(RUN) PLATFORM=osx Xcode/All
-$(OSX_PROJ_PATH):
+$(OSX_PROJ_PATH): platform/osx/platform.gyp platform/osx/scripts/configure.sh mbgl.gypi
$(RUN) PLATFORM=osx Xcode/__project__
xproj: $(OSX_PROJ_PATH)
@@ -43,7 +43,7 @@ IOS_PROJ_PATH = build/ios-all/platform/ios/platform.xcodeproj
ios:
$(RUN) PLATFORM=ios Xcode/All
-$(IOS_PROJ_PATH):
+$(IOS_PROJ_PATH): platform/ios/platform.gyp platform/ios/scripts/configure.sh mbgl.gypi
$(RUN) PLATFORM=ios Xcode/__project__
iproj: $(IOS_PROJ_PATH)