summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-12 23:55:45 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-13 23:32:06 +0300
commitbfd1d9d1bf79e38fd7478513556e29142546abc7 (patch)
treec5ef80c2555ec75b7e5c00a4693d8cb7b1aa31f5 /Makefile
parent31b8461d3417235cd953e7c0ed27e380b9a6569d (diff)
downloadqtlocation-mapboxgl-bfd1d9d1bf79e38fd7478513556e29142546abc7.tar.gz
[build] compdb depends on node_modules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e31aff2005..43bc32c376 100644
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,7 @@ check: test
scripts/collect-coverage.sh $(LINUX_OUTPUT_PATH)/$(BUILDTYPE)
# Generates a compilation database with ninja for use in clang tooling
-compdb: compdb-$(HOST_PLATFORM)
+compdb: node_modules compdb-$(HOST_PLATFORM)
compdb-linux: platform/linux/platform.gyp $(LINUX_OUTPUT_PATH)/config.gypi
$(GYP) -f ninja -I $(LINUX_OUTPUT_PATH)/config.gypi \