diff options
author | celestar <celestar@openttd.org> | 2006-04-22 05:42:54 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-04-22 05:42:54 +0000 |
commit | a732a0daeeb9997785fb570ba752a400b3234560 (patch) | |
tree | f70e5c8fbe432bcf275ea0d69bdc6a64f750150d /Makefile | |
parent | a18e9ccf27abbe5fb35ee0a8c577c7e51a205779 (diff) | |
download | openttd-a732a0daeeb9997785fb570ba752a400b3234560.tar.xz |
(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate spotting
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) -lefence $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@ + $(Q)$(CC) $(LDFLAGS) $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@ endif $(STRGEN): strgen/strgen.c endian_host.h |