From: Axel Naumann Date: Thu, 21 Aug 2014 08:48:18 +0000 (+0200) Subject: From Dario Pellegrini: use $(PYTHON) instead of python. X-Git-Tag: v6-02-00-rc1~337 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=cb362426152b24310387d08ce18fa3b4b996580a From Dario Pellegrini: use $(PYTHON) instead of python. Fixes building cling on ArchLinux; that stopped the building as python3 was called instead of python2. --- diff --git a/interpreter/cling/docs/tools/Makefile b/interpreter/cling/docs/tools/Makefile index bbee9f1..c160f37 100644 --- a/interpreter/cling/docs/tools/Makefile +++ b/interpreter/cling/docs/tools/Makefile @@ -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)