From ae0c25e530e409660c11e33406b6c546dec77197 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 6 Jan 2009 00:48:19 +0000 Subject: (svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir --- Makefile.src.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.src.in b/Makefile.src.in index d6d268d9a..dd88b6b8f 100644 --- a/Makefile.src.in +++ b/Makefile.src.in @@ -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) -- cgit v1.2.3-54-g00ecf