mirror of https://github.com/OpenTTD/OpenTTD
(svn r18097) -Fix: typo in comment
parent
f28d32943d
commit
36e030c19d
|
@ -24,7 +24,7 @@ ifeq ($(LANG_SUPPRESS), yes)
|
||||||
LANG_ERRORS = >/dev/null 2>&1
|
LANG_ERRORS = >/dev/null 2>&1
|
||||||
endif
|
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)
|
CFLAGS_BUILD += -I $(LANG_OBJS_DIR)
|
||||||
|
|
||||||
ENDIAN_TARGETS := endian_host.h endian_target.h $(ENDIAN_CHECK)
|
ENDIAN_TARGETS := endian_host.h endian_target.h $(ENDIAN_CHECK)
|
||||||
|
|
Loading…
Reference in New Issue