changeset 3619:50ee1a37b9c0 draft

(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate spotting
author celestar <celestar@openttd.org>
date Sat, 22 Apr 2006 05:42:54 +0000
parents b11ac953d28c
children e6c5ab0aca96
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -809,7 +809,7 @@
 # OSX links in os/macosx/Makefile to handle universal binaries better
 $(TTD): $(OBJS) $(MAKE_CONFIG)
 	@echo '===> Linking $@'
-	$(Q)$(CC) $(LDFLAGS) -lefence $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
+	$(Q)$(CC) $(LDFLAGS) $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
 endif
 
 $(STRGEN): strgen/strgen.c endian_host.h