Changeset - r730:cbe71bf5882d
[Not reviewed]
master
0 1 0
truelight - 20 years ago 2004-12-20 14:37:52
truelight@openttd.org
(svn r1182) -Fix: Makefile had a small glitch, making it impossible to compile the game (Oskar_)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -735,7 +735,7 @@ endian.h: $(ENDIAN_CHECK)
 

	
 
$(STRGEN): strgen/strgen.c endian.h
 
	@echo 'Compiling and Linking $@'; \
 
		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $^ $(VERBOSE_FILTER)
 
		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $< $(VERBOSE_FILTER)
 

	
 
table/strings.h: lang/english.txt $(STRGEN)
 
	@echo 'Generating $@'; \
 
@@ -849,7 +849,7 @@ endif
 
love:
 
	@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
0 comments (0 inline, 0 general)