$NetBSD: patch-an,v 1.1 2010/05/19 17:51:23 drochner Exp $

--- src//plugins/projectexplorer/toolchain.cpp.orig	2010-01-15 17:36:53.000000000 +0000
+++ src//plugins/projectexplorer/toolchain.cpp
@@ -235,7 +235,7 @@ void GccToolChain::addToEnvironment(Proj
 
 QString GccToolChain::makeCommand() const
 {
-    return "make";
+    return "gmake";
 }
 
 bool GccToolChain::equals(ToolChain *other) const
