From a8a0737a143c02c13d371154d13e08f57a8d2725 Mon Sep 17 00:00:00 2001 From: kibook Date: Fri, 5 Apr 2024 09:41:38 -0400 Subject: [PATCH] s1kd-aspp: Fix Makefile --- tools/s1kd-aspp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/s1kd-aspp/Makefile b/tools/s1kd-aspp/Makefile index f4796a0f..9ea3f502 100644 --- a/tools/s1kd-aspp/Makefile +++ b/tools/s1kd-aspp/Makefile @@ -15,7 +15,7 @@ warning_flags = -Wall -Werror -pedantic-errors CFLAGS = $(warning_flags) -I $(common_dir) `pkg-config --cflags libxml-2.0 libxslt libexslt` ifneq ($(MSYSTEM),) - CFLAGS += -isystem $(COMMON)/msys + CFLAGS += -isystem $(common_dir)/msys endif ifeq ($(DEBUG),1)