mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r1182) -Fix: Makefile had a small glitch, making it impossible to compile the game (Oskar_)
This commit is contained in:
parent
5caca8d64e
commit
28d34b0f56
4
Makefile
4
Makefile
@ -735,7 +735,7 @@ $(64_bit_warnings):
|
|||||||
|
|
||||||
$(STRGEN): strgen/strgen.c endian.h
|
$(STRGEN): strgen/strgen.c endian.h
|
||||||
@echo 'Compiling and Linking $@'; \
|
@echo 'Compiling and Linking $@'; \
|
||||||
$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $^ $(VERBOSE_FILTER)
|
$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $< $(VERBOSE_FILTER)
|
||||||
|
|
||||||
table/strings.h: lang/english.txt $(STRGEN)
|
table/strings.h: lang/english.txt $(STRGEN)
|
||||||
@echo 'Generating $@'; \
|
@echo 'Generating $@'; \
|
||||||
@ -849,7 +849,7 @@ endif
|
|||||||
love:
|
love:
|
||||||
@echo "YES! I thought you would never ask. We will have a great time. You can keep me turned on all night"
|
@echo "YES! I thought you would never ask. We will have a great time. You can keep me turned on all night"
|
||||||
|
|
||||||
.PHONY: clean all $(OSX) install $(64_bit_warnings) $(endwarnings) love endian.h
|
.PHONY: clean all $(OSX) install $(64_bit_warnings) $(endwarnings) love
|
||||||
|
|
||||||
|
|
||||||
### Automatic configuration
|
### Automatic configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user