blob: 0fe22edd8ecd929158308f61cfba469c9c51ef5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- src/gallium/auxiliary/Makefile.orig 2010-11-15 21:12:40.000000000 +0000
+++ src/gallium/auxiliary/Makefile 2010-11-15 21:13:09.000000000 +0000
@@ -183,17 +183,17 @@
indices/u_indices_gen.c: indices/u_indices_gen.py
- python $< > $@
+ python2 $< > $@
indices/u_unfilled_gen.c: indices/u_unfilled_gen.py
- python $< > $@
+ python2 $< > $@
util/u_format_table.c: util/u_format_table.py util/u_format_parse.py util/u_format.csv
- python util/u_format_table.py util/u_format.csv > $@
+ python2 util/u_format_table.py util/u_format.csv > $@
util/u_format_pack.h: util/u_format_pack.py util/u_format_parse.py util/u_format.csv
- python util/u_format_pack.py util/u_format.csv > $@
+ python2 util/u_format_pack.py util/u_format.csv > $@
util/u_format_access.c: util/u_format_access.py util/u_format_parse.py util/u_format.csv
- python util/u_format_access.py util/u_format.csv > $@
+ python2 util/u_format_access.py util/u_format.csv > $@
|