$NetBSD: patch-af,v 1.1 2009/09/24 11:50:57 dmcmahill Exp $

Avoid a reference to the wrapped make in the pkgsrc work directory from showing up
in an installed file.  See ${WRKDIR}/gcc-4.4.1/libjava/contrib/aotcompile.py.in

--- libjava/configure.orig	2009-07-22 07:43:59.000000000 +0000
+++ libjava/configure	2009-09-23 12:51:11.000000000 +0000
@@ -28063,5 +28063,5 @@
 
 # needed for aot-compile-rpm
-MAKE=`which make`
+MAKE=${PKGSRC_MAKE}
 
 
