From 21b8c6ca15cf66a7f96ef4aa033c8ca83d086f9c Mon Sep 17 00:00:00 2001 From: Alex Wigen Date: Fri, 10 May 2019 23:33:05 +0200 Subject: [PATCH] Use autoconf provided name for yapps While autoconf will correctly identify yapps or yapps2, the provided variable should be used in the Makefile. Signed-off-by: Alex Wigen --- src/hal/utils/Submakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hal/utils/Submakefile b/src/hal/utils/Submakefile index 51f54e9040b..ff82f8de057 100644 --- a/src/hal/utils/Submakefile +++ b/src/hal/utils/Submakefile @@ -99,4 +99,4 @@ endif TARGETS += ../bin/halcompile ../bin/elbpcom objects/%.py: %.g @mkdir -p $(dir $@) - $(Q)yapps $< $@ + $(Q)$(YAPPS) $< $@