mirror of https://github.com/OpenTTD/OpenTTD
(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate spotting
parent
a18e9ccf27
commit
a732a0daee
2
Makefile
2
Makefile
|
@ -809,7 +809,7 @@ ifndef NATIVE_OSX
|
||||||
# OSX links in os/macosx/Makefile to handle universal binaries better
|
# OSX links in os/macosx/Makefile to handle universal binaries better
|
||||||
$(TTD): $(OBJS) $(MAKE_CONFIG)
|
$(TTD): $(OBJS) $(MAKE_CONFIG)
|
||||||
@echo '===> Linking $@'
|
@echo '===> Linking $@'
|
||||||
$(Q)$(CC) $(LDFLAGS) -lefence $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
|
$(Q)$(CC) $(LDFLAGS) $(TTDLDFLAGS) $(OBJS) $(LIBS) -o $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(STRGEN): strgen/strgen.c endian_host.h
|
$(STRGEN): strgen/strgen.c endian_host.h
|
||||||
|
|
Loading…
Reference in New Issue