blob: 710b102906f120c6423a319e439891f60e0014dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2000/09/03 13:51:43 wiz Exp $
--- distrib/build.py.orig Sat Jul 29 19:17:22 2000
+++ distrib/build.py Sat Jul 29 19:17:29 2000
@@ -277,7 +277,7 @@
else:
- self.MAKE = 'make'
+ self.MAKE = 'gmake'
self.PYLIB = '$(EXECPREFIX)/lib/python$(PYVERSION)'
self.LIBPL = '$(PYLIB)/config'
self.PYTHONLIB = '$(LIBPL)/libpython$(PYVERSION).a'
|