src/Pure/System/cygwin.scala
changeset 34256 da6573639ca1
parent 34220 f7a0088518e1
child 34258 e936d3c35ce0
--- a/src/Pure/System/cygwin.scala	Mon Jan 04 22:16:48 2010 +0100
+++ b/src/Pure/System/cygwin.scala	Mon Jan 04 22:19:14 2010 +0100
@@ -117,7 +117,7 @@
     val (_, rc) = Standard_System.process_output(
     	Standard_System.raw_execute(root, null, true,
     	  setup_exe.toString, "-R", root.toString, "-l", download.toString,
-    	    "-P", "perl,python", "-q", "-n"))
+    	    "-P", "make,perl,python", "-q", "-n"))
     if (rc != 0) error("Cygwin setup failed!")
 
     sanity_check(root)