mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 12:25:17 +00:00
crosstest target depends on include files.
This commit is contained in:
parent
5ee74004a5
commit
954a4f88d7
@ -140,9 +140,11 @@ $(TOOLSDIR)/libs/libwpp.a $(TOOLSDIR)/libs/libwine_port.a:
|
||||
|
||||
checklink:: $(TESTSUBDIRS:%=%/__checklink__)
|
||||
|
||||
check test:: wine $(TESTSUBDIRS:%=%/__test__)
|
||||
check test:: $(TESTSUBDIRS:%=%/__test__)
|
||||
$(TESTSUBDIRS:%=%/__test__): wine
|
||||
|
||||
crosstest:: tools $(TESTSUBDIRS:%=%/__crosstest__)
|
||||
crosstest:: $(TESTSUBDIRS:%=%/__crosstest__)
|
||||
$(TESTSUBDIRS:%=%/__crosstest__): tools include
|
||||
|
||||
# Misc rules
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user