crosstest target depends on include files.

oldstable
Hans Leidekker 2004-10-05 04:10:27 +00:00 committed by Alexandre Julliard
parent 5ee74004a5
commit 954a4f88d7
1 changed files with 4 additions and 2 deletions

View File

@ -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