summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-22 05:42:54 +0000
committercelestar <celestar@openttd.org>2006-04-22 05:42:54 +0000
commit9ba3c2da4b91094298ad94984077a52914d29de5 (patch)
treef70e5c8fbe432bcf275ea0d69bdc6a64f750150d /Makefile
parentf1d85ec3c4230665b4f5f7e7b561965122406ea1 (diff)
downloadopenttd-9ba3c2da4b91094298ad94984077a52914d29de5.tar.xz
(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate spotting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e284672bd..414421822 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) -lefence $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
+ $(Q)$(CC) $(LDFLAGS) $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
endif
$(STRGEN): strgen/strgen.c endian_host.h