summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-12 12:26:00 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-12 12:26:00 +0200
commit367b35998d5f7b7cedc2ac40625aba4361adb7ad (patch)
tree799817fb2b596290b94201e5f842c78b37b94587 /Makefile
parent919947e6c7e1e414e9c9f462d1bf3769db73ecf1 (diff)
downloadqtlocation-mapboxgl-367b35998d5f7b7cedc2ac40625aba4361adb7ad.tar.gz
fix gyp builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb1c5b3ec7..efc2385ced 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ build/test/Makefile: src common config.gypi test/test.gyp
test: build/test/Makefile
$(MAKE) -C build/test BUILDTYPE=Testing V=$(V) test
-test/%: build/test/Makefile
+test_%: build/test/Makefile
$(MAKE) -C build/test BUILDTYPE=Testing V=$(V) $*
(cd build/Testing && exec ./test_$*)