diff options
-rw-r--r-- | Makefile.lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.lang.in b/Makefile.lang.in index 27d391023..4f2acc68a 100644 --- a/Makefile.lang.in +++ b/Makefile.lang.in @@ -24,7 +24,7 @@ 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) |