summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/contrib/Makefile')
-rw-r--r--crawl-ref/source/contrib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/contrib/Makefile b/crawl-ref/source/contrib/Makefile
index 8b2d151b04..de42beb387 100644
--- a/crawl-ref/source/contrib/Makefile
+++ b/crawl-ref/source/contrib/Makefile
@@ -13,7 +13,11 @@ clean distclean:
$(SUBDIRS):
@if [ ! -x $@ ]; then \
+ echo "*******************************************************************************"; \
+ echo; \
echo "The '$@' folder is missing. Have you run 'git submodule update --init'?"; \
+ echo; \
+ echo "*******************************************************************************"; \
exit 1; \
fi
@cd $@ && \