[mini] iltests.exe depends on TestDriver.dll (#3857)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 4 Feb 2020 22:28:41 +0000 (17:28 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 22:28:41 +0000 (23:28 +0100)
Co-authored-by: Bernhard Urban-Forster <bernhard.urban@xamarin.com>
src/mono/mono/mini/Makefile.am.in

index c193c9c..eeff6aa 100755 (executable)
@@ -826,7 +826,7 @@ unaligned.exe: unaligned.cs TestDriver.dll MemoryIntrinsics.dll
 %.exe: %.cs TestDriver.dll
        $(MCS) -out:$@ $(CSFLAGS) $< -r:TestDriver.dll
 
-%.exe: %.il
+%.exe: %.il TestDriver.dll
        $(ILASM) -output=$@ $<
 
 TestDriver.dll: $(srcdir)/TestDriver.cs $(srcdir)/TestHelpers.cs