Changeset - r13565:0f7a4b051ed0
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-11-15 14:45:48
rubidium@openttd.org
(svn r18097) -Fix: typo in comment
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.lang.in
Show inline comments
 
@@ -21,13 +21,13 @@ LANG_SUPPRESS = !!LANG_SUPPRESS!!
 
LANG_OBJS_DIR = !!LANG_OBJS_DIR!!
 

	
 
ifeq ($(LANG_SUPPRESS), yes)
 
LANG_ERRORS = >/dev/null 2>&1
 
endif
 

	
 
# Make sure endian_host.h is reasable as if it was in the src/ dir
 
# Make sure endian_host.h is reachable as if it was in the src/ dir
 
CFLAGS_BUILD += -I $(LANG_OBJS_DIR)
 

	
 
ENDIAN_TARGETS := endian_host.h endian_target.h $(ENDIAN_CHECK)
 

	
 
# Check if we want to show what we are doing
 
ifdef VERBOSE
0 comments (0 inline, 0 general)