summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-scripts+pkg+pkg.m
blob: a6387b96f9629f6e5047013bd26d7ac52865fe81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- scripts/pkg/pkg.m.orig	2011-02-08 19:00:51.000000000 +0900
+++ scripts/pkg/pkg.m	2011-05-09 12:18:05.000000000 +0900
@@ -1326,7 +1326,7 @@
 
     ## Make.
     if (exist (fullfile (src, "Makefile"), "file"))
-      [status, output] = shell (cstrcat (scenv, "make -C '", src, "'"));
+      [status, output] = shell (cstrcat (scenv, "gmake -C '", src, "'"));
       if (status != 0)
         rm_rf (desc.dir);
         error ("'make' returned the following error: %s", output);