commit | 954a4f88d7428978bb0ee7045d711714b608ea6c | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@it.vu.nl> | Tue Oct 05 04:10:27 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 05 04:10:27 2004 +0000 |
tree | e3d7159e22effb213472515dd3f3a5f3237ce864 | |
parent | 5ee74004a50c464a28f0cdb7e802b34ea73a8f7f [diff] |
crosstest target depends on include files.
diff --git a/Makefile.in b/Makefile.in index 8b2eff1..7c78197 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -140,9 +140,11 @@ 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