From cb362426152b24310387d08ce18fa3b4b996580a Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Thu, 21 Aug 2014 10:48:18 +0200 Subject: [PATCH] From Dario Pellegrini: use $(PYTHON) instead of python. Fixes building cling on ArchLinux; that stopped the building as python3 was called instead of python2. --- interpreter/cling/docs/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.2