makefiles: Move the CROSSOBJS dependency to the generated default dependencies.
Get rid of a remaining C_SRCS16 reference.
This commit is contained in:
parent
5496636850
commit
bf84c6120a
|
@ -13644,7 +13644,7 @@ DEPENDENCIES="### Dependencies:
|
|||
Makefile: dummy
|
||||
-\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
|
||||
|
||||
\$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
|
||||
\$(OBJS) \$(CROSSOBJS): \$(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)
|
||||
|
|
|
@ -2088,7 +2088,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies:
|
|||
Makefile: dummy
|
||||
-\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
|
||||
|
||||
\$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
|
||||
\$(OBJS) \$(CROSSOBJS): \$(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)
|
||||
|
|
|
@ -51,8 +51,6 @@ crosstest:: @CROSSTEST@
|
|||
$(CROSSTEST): $(CROSSOBJS) Makefile.in
|
||||
$(CROSSWINEGCC) $(CROSSOBJS) -o $@ $(ALL_LIBS)
|
||||
|
||||
$(CROSSOBJS): $(IDL_GEN_HEADERS)
|
||||
|
||||
# Rules for cleaning
|
||||
|
||||
testclean::
|
||||
|
|
Loading…
Reference in New Issue