updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / coccinelle / Makefile.patch
blob0dd93f27e419601ed867588224c4affa829f4626
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)