aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-26 19:02:23 +0200
committerLoïc Hoguin <[email protected]>2015-08-26 19:02:23 +0200
commit4b9b14212b8629c4ce116db11070264927ae166e (patch)
tree1ee503feabf9e48fee82426d86fabd5d75c42d70 /erlang.mk
parent2441ea400c68ddbe90bcca374be85dd0d4fa0d10 (diff)
downloadcowlib-4b9b14212b8629c4ce116db11070264927ae166e.tar.gz
cowlib-4b9b14212b8629c4ce116db11070264927ae166e.tar.bz2
cowlib-4b9b14212b8629c4ce116db11070264927ae166e.zip
Fix missing triq tests on CircleCI
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index 226c4cc..f688016 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -16,7 +16,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
-ERLANG_MK_VERSION = 1.2.0-645-ge88092a
+ERLANG_MK_VERSION = 1.2.0-646-gcf43676
# Core configuration.
@@ -5855,7 +5855,7 @@ shell: build-shell-deps
# Copyright (c) 2015, Loïc Hoguin <[email protected]>
# This file is part of erlang.mk and subject to the terms of the ISC License.
-ifneq ($(wildcard $(DEPS_DIR)/triq),)
+ifeq ($(filter triq,$(DEPS) $(TEST_DEPS)),triq)
.PHONY: triq
# Targets.