Module: wine Branch: master Commit: 5e43687fede71e80e8d8789ba3e6c3d1aaa79e46 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5e43687fede71e80e8d8789ba3...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 3 15:41:06 2009 +0100
configure: 16-bit object files should depend on IDL headers too.
---
configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index 33a4bc1..99616f3 100755 --- a/configure +++ b/configure @@ -24223,7 +24223,7 @@ DEPENDENCIES="### Dependencies: Makefile: dummy -$(MAKEDEP) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
-$(OBJS): $(IDL_GEN_HEADERS) +$(OBJS) $(C_SRCS16:.c=.o): $(IDL_GEN_HEADERS) $(IDL_GEN_C_SRCS:.c=.o): $(IDL_GEN_C_SRCS) $(RC_SRCS:.rc=.res): $(IDL_TLB_SRCS:.idl=.tlb) $(LEX_SRCS:.l=.yy.o): $(LEX_SRCS:.l=.yy.c) diff --git a/configure.ac b/configure.ac index 4d5a235..792571b 100644 --- a/configure.ac +++ b/configure.ac @@ -1833,7 +1833,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies: Makefile: dummy -$(MAKEDEP) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
-$(OBJS): $(IDL_GEN_HEADERS) +$(OBJS) $(C_SRCS16:.c=.o): $(IDL_GEN_HEADERS) $(IDL_GEN_C_SRCS:.c=.o): $(IDL_GEN_C_SRCS) $(RC_SRCS:.rc=.res): $(IDL_TLB_SRCS:.idl=.tlb) $(LEX_SRCS:.l=.yy.o): $(LEX_SRCS:.l=.yy.c)