From 8aa28acb4f5b73ad049b61af212e512d8ba2ba49 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 15 May 2023 19:10:05 +0300 Subject: [PATCH] build: Fix typo. * build-aux/GNUmakefile.in (X86_ARCH_HEADERS): Fix typo --- build-aux/GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index a1214c4f..80b51e79 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -85,7 +85,7 @@ PHONY_TARGETS:=\ .PHONY: $(PHONY_TARGETS) -X86_ARCH_HEADERS = $(wildcard $(scrdest)include/linux/x86/*.h) +X86_ARCH_HEADERS = $(wildcard $(srcdest)include/linux/x86/*.h) ARCH_HEADERS = $(X86_ARCH_HEADERS:$(srcdest)include/linux/x86/%=include/arch/%) default: all