blob: 5f575a6ab41ed46dfb9e73be915c77bd97875125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2002/01/28 09:36:55 drochner Exp $
--- python-modules/Guppi/plot/Makefile.in.orig Sat Jan 26 21:48:53 2002
+++ python-modules/Guppi/plot/Makefile.in Sat Jan 26 21:49:21 2002
@@ -336,7 +336,7 @@
cat $(srcdir)/start.py $(python_wrappers) $(srcdir)/end.py > __init__.py
%.pyc: %.py
- python $(srcdir)/../compilefile.py $<
+ ${PYTHONBIN} $(srcdir)/../compilefile.py $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|