aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-13 11:17:52 +0300
committerLoïc Hoguin <[email protected]>2015-05-13 11:17:52 +0300
commit377871b2a9b3c6e1ed755635ec07a84f92390a8a (patch)
tree814c3721c09a75804ceaa8a2daf0dc6bbac291bc /core
parent86c2880223c0d9aa3bb620dd1fba2d098c92e062 (diff)
downloaderlang.mk-377871b2a9b3c6e1ed755635ec07a84f92390a8a.tar.gz
erlang.mk-377871b2a9b3c6e1ed755635ec07a84f92390a8a.tar.bz2
erlang.mk-377871b2a9b3c6e1ed755635ec07a84f92390a8a.zip
Don't build a release if dependency
Adds neo4j and shotgun back to the package index.
Diffstat (limited to 'core')
-rw-r--r--core/deps.mk2
1 files changed, 1 insertions, 1 deletions
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 ; \