mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
configure: Fixed default dependencies to work properly in test dirs too.
This commit is contained in:
parent
4091627cd7
commit
a4b6ee366c
2
configure
vendored
2
configure
vendored
@ -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)"
|
||||
|
@ -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)"]))
|
||||
|
Loading…
Reference in New Issue
Block a user