makefiles: Add dependencies for cross-compiled objects in static libraries.

This commit is contained in:
Alexandre Julliard 2010-08-03 19:51:38 +02:00
parent 00aeee6e8e
commit 3bc110d916

View file

@ -9,6 +9,7 @@
DLLFLAGS = @DLLFLAGS@
DEFS = -D__WINESRC__ $(EXTRADEFS)
INSTALLDIRS = $(DESTDIR)$(dlldir)
MAKEDEPFLAGS = -xo -xcross.o
@MAKE_RULES@