5589dc
diff -up make-3.82/job.c\~ make-3.82/job.c
5589dc
--- make-3.82/job.c~	2010-08-11 16:13:33.000000000 +0200
5589dc
+++ make-3.82/job.c	2010-08-12 14:20:08.000000000 +0200
5589dc
@@ -2442,7 +2442,11 @@ construct_command_argv_internal (char *l
5589dc
 
5589dc
   /* See if it is safe to parse commands internally.  */
5589dc
   if (shell == 0)
5589dc
-    shell = default_shell;
5589dc
+    {
5589dc
+      shell = default_shell;
5589dc
+      if (shellflags == 0)
5589dc
+	shellflags = "-c";
5589dc
+    }
5589dc
 #ifdef WINDOWS32
5589dc
   else if (strcmp (shell, default_shell))
5589dc
   {