mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-28 06:47:47 +01:00
(svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir
This commit is contained in:
parent
63e47ed480
commit
00b3d6f923
@ -48,6 +48,7 @@ RES := $(shell mkdir -p $(BIN_DIR) $(sort $(dir $(OBJS))))
|
||||
|
||||
# Make sure endian_target.h is reasable as if it was in the src/ dir
|
||||
CFLAGS += -I $(SRC_OBJS_DIR) -I $(LANG_OBJS_DIR)
|
||||
CFLAGS_MAKEDEP += -I $(SRC_OBJS_DIR) -I $(LANG_OBJS_DIR)
|
||||
|
||||
ENDIAN_TARGETS := endian_target.h $(ENDIAN_CHECK)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user