diff options
author | celestar <celestar@openttd.org> | 2006-04-22 05:36:22 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-04-22 05:36:22 +0000 |
commit | a18e9ccf27abbe5fb35ee0a8c577c7e51a205779 (patch) | |
tree | 40c78533485f63584fab7957fb44ace125f6e039 /Makefile | |
parent | eb4a4b250928413dd82b372589c84eade3dec831 (diff) | |
download | openttd-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |