From 3638cde9b7cb55422e6773120ee3cd82487c7020 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. --- docs/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/Makefile b/docs/tools/Makefile index bbee9f14..c160f37b 100644 --- a/docs/tools/Makefile +++ b/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)