Blame SOURCES/make-4.0-weird-shell.patch

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