svn path=/trunk/mcs/; revision=45322
@@ -1,3 +1,7 @@
+2005-06-02 Andrew Skiba <[email protected]>
+
+ * Makefile : mkdir as unzip seems to have trouble otherwise (on Cygwin there is an ambiguity between xmlconf.exe and xmlconf dir)
2005-06-01 Andrew Skiba <[email protected]>
* TODO : added new file
@@ -20,7 +20,7 @@ $(TEST_ARCHIVE):
wget http://www.w3.org/XML/Test/xmlts20031210.zip
$(TEST_CATALOG): $(TEST_ARCHIVE)
- unzip -un $(TEST_ARCHIVE)
+ mkdir xmlconf; unzip -un $(TEST_ARCHIVE)
touch $(TEST_CATALOG)
.cs.exe :