makefiles: Add dependencies for cross-compiled objects in static libraries.
This commit is contained in:
parent
00aeee6e8e
commit
3bc110d916
|
@ -9,6 +9,7 @@
|
|||
DLLFLAGS = @DLLFLAGS@
|
||||
DEFS = -D__WINESRC__ $(EXTRADEFS)
|
||||
INSTALLDIRS = $(DESTDIR)$(dlldir)
|
||||
MAKEDEPFLAGS = -xo -xcross.o
|
||||
|
||||
@MAKE_RULES@
|
||||
|
||||
|
|
Loading…
Reference in New Issue