repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git]
/
coccinelle
/
Makefile.patch
blob
0dd93f27e419601ed867588224c4affa829f4626
1
2a3
2
> -include ../Makefile.config
3
4,5c5
,6
4
< PY_PREFIX = $(shell python getprefix.py)
5
< PY_VERSION = $(shell python getversion.py)
6
---
7
> PY_PREFIX = $(shell $(PYTHON_BIN) getprefix.py)
8
> PY_VERSION = $(shell $(PYTHON_BIN) getversion.py)