summaryrefslogtreecommitdiff
path: root/pkgtools/xpkgwedge/files
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-06-12 15:34:38 +0000
committerjschauma <jschauma@pkgsrc.org>2003-06-12 15:34:38 +0000
commit61c1a50ff111a8b6712d84f7e0c7fa76d81aaca1 (patch)
tree8dfea8ed289114b46c997624a7b84c459667ce18 /pkgtools/xpkgwedge/files
parentd9b7f763cf82c2668e44e382c57f0bf0cb568fe2 (diff)
downloadpkgsrc-61c1a50ff111a8b6712d84f7e0c7fa76d81aaca1.tar.gz
Use ${MAKE}, too.
Diffstat (limited to 'pkgtools/xpkgwedge/files')
-rw-r--r--pkgtools/xpkgwedge/files/pkgxmkmf.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/xpkgwedge/files/pkgxmkmf.in b/pkgtools/xpkgwedge/files/pkgxmkmf.in
index 02e603ee785..b9202355f9a 100644
--- a/pkgtools/xpkgwedge/files/pkgxmkmf.in
+++ b/pkgtools/xpkgwedge/files/pkgxmkmf.in
@@ -3,7 +3,7 @@
# XFree86 Id: xc/config/util/xmkmf.cpp,v 1.3 2000/11/16 21:57:10 dawes Exp
# XConsortium Id: xmkmf.cpp /main/22 1996/09/28 16:17:05 rws
#
-# $NetBSD: pkgxmkmf.in,v 1.2 2001/01/18 17:05:50 jlam Exp $
+# $NetBSD: pkgxmkmf.in,v 1.3 2003/06/12 15:34:39 jschauma Exp $
#
# make a Makefile from an Imakefile from inside or outside the sources
# with support for config files in ${PREFIX}/lib/X11/config
@@ -67,11 +67,11 @@ case "$do_all" in
yes)
imake $imake_defines $args &&
echo "make Makefiles" &&
- make Makefiles &&
+ @MAKE@ Makefiles &&
echo "make includes" &&
- make includes &&
+ @MAKE@ includes &&
echo "make depend" &&
- make depend
+ @MAKE@ depend
;;
*)
imake $imake_defines $args