summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-24 19:19:34 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-25 02:35:53 -0700
commit75f88ae0ea5a1b8750590b3a0be9bcec24098c7e (patch)
treecca187d2975edd7d4a22beeda9f114c915f0be8e /crawl-ref/source/contrib
parenta0d7a8518f2a47855512e831b24c584c661aa4af (diff)
downloadcrawl-ref-75f88ae0ea5a1b8750590b3a0be9bcec24098c7e.tar.gz
crawl-ref-75f88ae0ea5a1b8750590b3a0be9bcec24098c7e.zip
Makefile: bomb on 'make'-in-subdirectory failure
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/contrib')
-rw-r--r--crawl-ref/source/contrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/contrib/Makefile b/crawl-ref/source/contrib/Makefile
index f1431e0407..b460362ad4 100644
--- a/crawl-ref/source/contrib/Makefile
+++ b/crawl-ref/source/contrib/Makefile
@@ -13,7 +13,7 @@ clean distclean:
$(SUBDIRS):
@cd $@; \
- $(MAKE) all prefix=$(PREFIX); \
+ $(MAKE) all prefix=$(PREFIX) && \
$(MAKE) install prefix=$(PREFIX)
libpng freetype: zlib