blob: 3548d79e6431f93e1dcc1dcb40220b48b9c1443f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2002/01/28 09:36:56 drochner Exp $
--- python-modules/Guppi/data_impl/Makefile.in.orig Sat Jan 26 21:50:47 2002
+++ python-modules/Guppi/data_impl/Makefile.in Sat Jan 26 21:51:53 2002
@@ -332,7 +332,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.
|