* Makefile (Test/resources/test.dll): Use full name, not just test.dll.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 11 May 2007 07:43:36 +0000 (07:43 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 11 May 2007 07:43:36 +0000 (07:43 -0000)
svn path=/trunk/mcs/; revision=77200

mcs/class/Microsoft.Build.Tasks/ChangeLog
mcs/class/Microsoft.Build.Tasks/Makefile

index 2f4668a5298eeaa1379a312e72fc28eea832c262..80c18f9e542d4f209643075f5cf9e8873af319f9 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-11  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (Test/resources/test.dll): Use full name, not just test.dll.
+
 2007-02-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
 
        * Makefile: Compile Test/resources/test.cs before test-local.
index 6dc793ae753a8f08d9f257901116e57103cbbb1d..e9e68b8f7e03dba9f2b07afd86b2cbd23bdcd626 100644 (file)
@@ -26,9 +26,9 @@ TEST_MCS_FLAGS = \
 
 EXTRA_DISTFILES = Test/resources/test.cs
 
-test-local: test.dll
+test-local: Test/resources/test.dll
 
-test.dll: Test/resources/test.cs
+Test/resources/test.dll: Test/resources/test.cs
        $(CSCOMPILE) -target:library Test/resources/test.cs
 
 include ../../build/library.make