Module: wine Branch: master Commit: a4b6ee366c4e06c7a144995650276a71ca2a5bbc URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4b6ee366c4e06c7a144995650...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 8 13:20:12 2007 +0100
configure: Fixed default dependencies to work properly in test dirs too.
---
configure | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure b/configure index 4f911a8..c80aa80 100755 --- a/configure +++ b/configure @@ -20180,7 +20180,7 @@ DEPENDENCIES="### Dependencies: Makefile: dummy -$(MAKEDEP) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
-$(ALL_OBJS): $(IDL_GEN_HEADERS) +$(OBJS): $(IDL_GEN_HEADERS) $(IDL_GEN_C_SRCS:.c=.o): $(IDL_GEN_C_SRCS) $(LEX_SRCS:.l=.yy.o): $(LEX_SRCS:.l=.yy.c) $(BISON_SRCS:.y=.tab.o): $(BISON_SRCS:.y=.tab.c)" diff --git a/configure.ac b/configure.ac index 01b0224..3872bab 100644 --- a/configure.ac +++ b/configure.ac @@ -1474,7 +1474,7 @@ AC_SUBST(DEPENDENCIES,m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [2 Makefile: dummy\ -$(MAKEDEP) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)\ \ -$(ALL_OBJS): $(IDL_GEN_HEADERS)\ +$(OBJS): $(IDL_GEN_HEADERS)\ $(IDL_GEN_C_SRCS:.c=.o): $(IDL_GEN_C_SRCS)\ $(LEX_SRCS:.l=.yy.o): $(LEX_SRCS:.l=.yy.c)\ $(BISON_SRCS:.y=.tab.o): $(BISON_SRCS:.y=.tab.c)"], @@ -1485,7 +1485,7 @@ Makefile: dummy\ Makefile: dummy -$(MAKEDEP) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
-$(ALL_OBJS): $(IDL_GEN_HEADERS) +$(OBJS): $(IDL_GEN_HEADERS) $(IDL_GEN_C_SRCS:.c=.o): $(IDL_GEN_C_SRCS) $(LEX_SRCS:.l=.yy.o): $(LEX_SRCS:.l=.yy.c) $(BISON_SRCS:.y=.tab.o): $(BISON_SRCS:.y=.tab.c)"]))