crosstest target needs the tools to be built first.

This commit is contained in:
Alexandre Julliard 2004-04-19 23:10:11 +00:00
parent 7f0abaffe5
commit af9e293013
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ checklink:: $(TESTSUBDIRS:%=%/__checklink__)
check test:: wine $(TESTSUBDIRS:%=%/__test__)
crosstest:: $(TESTSUBDIRS:%=%/__crosstest__)
crosstest:: tools $(TESTSUBDIRS:%=%/__crosstest__)
# Misc rules