summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-22 05:36:22 +0000
committercelestar <celestar@openttd.org>2006-04-22 05:36:22 +0000
commita18e9ccf27abbe5fb35ee0a8c577c7e51a205779 (patch)
tree40c78533485f63584fab7957fb44ace125f6e039 /Makefile
parenteb4a4b250928413dd82b372589c84eade3dec831 (diff)
downloadopenttd-a18e9ccf27abbe5fb35ee0a8c577c7e51a205779.tar.xz
(svn r4515) -Codechange: TPFMode2 is currently only used for TRANSPORT_WATER. So remove all stuff that deals with other transport types and assert TRANSPORT_WATER
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 414421822..e284672bd 100644
--- a/Makefile
+++ b/Makefile
@@ -809,7 +809,7 @@ ifndef NATIVE_OSX
# OSX links in os/macosx/Makefile to handle universal binaries better
$(TTD): $(OBJS) $(MAKE_CONFIG)
@echo '===> Linking $@'
- $(Q)$(CC) $(LDFLAGS) $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
+ $(Q)$(CC) $(LDFLAGS) -lefence $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
endif
$(STRGEN): strgen/strgen.c endian_host.h