From 377871b2a9b3c6e1ed755635ec07a84f92390a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 13 May 2015 11:17:52 +0300 Subject: Don't build a release if dependency Adds neo4j and shotgun back to the package index. --- core/deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/deps.mk b/core/deps.mk index 28eff93..5be110b 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -43,7 +43,7 @@ else deps:: $(ALL_DEPS_DIRS) @for dep in $(ALL_DEPS_DIRS) ; do \ if [ -f $$dep/GNUmakefile ] || [ -f $$dep/makefile ] || [ -f $$dep/Makefile ] ; then \ - $(MAKE) -C $$dep || exit $$? ; \ + $(MAKE) -C $$dep IS_DEP=1 || exit $$? ; \ else \ echo "ERROR: No makefile to build dependency $$dep. Consider adding it to AUTOPATCH." ; \ exit 1 ; \ -- cgit v1.2.3