From Dario Pellegrini: use $(PYTHON) instead of python.

Fixes building cling on ArchLinux; that stopped the building as python3 was called instead of python2.
This commit is contained in:
Axel Naumann 2014-08-21 10:48:18 +02:00 committed by sftnight
parent cbdc92cedb
commit 3638cde9b7

View File

@ -81,7 +81,7 @@ man: $(MAN)
ps: $(PS)
podgen:
@python $(SRC_DOC_DIR)/in2pod.py $(PROJ_OBJ_ROOT)/Release+Asserts/bin/cling
@$(PYTHON) $(SRC_DOC_DIR)/in2pod.py $(PROJ_OBJ_ROOT)/Release+Asserts/bin/cling
EXTRA_DIST := $(POD)