Module: wine Branch: master Commit: 267987b82211f1a072bb0b2e5c527dfca7b91261 URL: http://source.winehq.org/git/wine.git/?a=commit;h=267987b82211f1a072bb0b2e5c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 19 12:44:10 2007 +0100
Make.rules: Pass all idl source files to makedep.
---
Make.rules.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Make.rules.in b/Make.rules.in index 2a6f80c..b254cdf 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -221,7 +221,7 @@ winapi_check:: dummy
# Rules for dependencies
-DEPEND_SRCS = $(C_SRCS) $(C_SRCS16) $(RC_SRCS) $(RC_SRCS16) $(MC_SRCS) $(IDL_H_SRCS) $(IDL_GEN_C_SRCS) $(BISON_SRCS) $(LEX_SRCS) $(EXTRA_SRCS) +DEPEND_SRCS = $(C_SRCS) $(C_SRCS16) $(RC_SRCS) $(RC_SRCS16) $(MC_SRCS) $(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_GEN_C_SRCS) $(BISON_SRCS) $(LEX_SRCS) $(EXTRA_SRCS)
$(SUBDIRS:%=%/__depend__): dummy @cd `dirname $@` && $(MAKE) depend