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
commitf1d85ec3c4230665b4f5f7e7b561965122406ea1 (patch)
tree40c78533485f63584fab7957fb44ace125f6e039 /Makefile
parent68c5c83b4bb91a91c0db7a2988aeca2b182c0799 (diff)
downloadopenttd-f1d85ec3c4230665b4f5f7e7b561965122406ea1.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