Commit 954a4f88 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

crosstest target depends on include files.

parent 5ee74004
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment