From 3f10db4e42e16d995f5a5bea9759bb7e00f59d8e Mon Sep 17 00:00:00 2001 From: edoapra Date: Sun, 13 Nov 2022 17:29:32 -0800 Subject: [PATCH] remove extra $ --- src/config/makefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/makefile.h b/src/config/makefile.h index fbc06dbdfc..50fa87a1d9 100644 --- a/src/config/makefile.h +++ b/src/config/makefile.h @@ -3317,7 +3317,7 @@ ifeq ($(BUILDING_PYTHON),python) ifndef GOT_PYTHONCONFIG PYMAJOR:=$(word 1, $(subst ., ,$(PYTHONVERSION))) - errorpythonconfig:$ + errorpythonconfig: $(info ) $(info python-config not found in your PATH) $(info Please install the packages)