summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-14 14:50:06 +0000
committerrubidium <rubidium@openttd.org>2010-08-14 14:50:06 +0000
commit7d11c392a4dca4d3f17c1c77976097df96c933e4 (patch)
tree70f8ec4296a11c428850c4ee8e872e1224f69a78 /Makefile.in
parent5933086e6177a671dc06ccaca0b07b5e9392cdd2 (diff)
downloadopenttd-7d11c392a4dca4d3f17c1c77976097df96c933e4.tar.xz
(svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.
The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d4bb0c02d..99f12462c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -54,7 +54,7 @@ ifdef DISTCC
@if [ -z "`echo '$(MFLAGS)' | grep '\-j'`" ]; then echo; echo "WARNING: you enabled distcc support, but you don't seem to be using the -jN paramter"; echo; fi
endif
@for dir in $(DIRS); do \
- $(MAKE) -C $$dir all; \
+ $(MAKE) -C $$dir all || exit 1; \
done
ifdef LIPO
# Lipo is an OSX thing. If it is defined, it means we are building for universal,