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
 
@@ -15,25 +15,25 @@ LANGS         = $(LANGS_SRC:$(LANG_DIR)/
 
CXX_BUILD     = !!CXX_BUILD!!
 
CFLAGS_BUILD  = !!CFLAGS_BUILD!!
 
LDFLAGS_BUILD = !!LDFLAGS_BUILD!!
 
STRGEN_FLAGS  = !!STRGEN_FLAGS!!
 
STAGE         = !!STAGE!!
 
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
 
	Q =
 
	E = @true
 
else
 
	Q = @
 
	E = @echo
 
endif
0 comments (0 inline, 0 general)