build: Fix typo.

* build-aux/GNUmakefile.in (X86_ARCH_HEADERS): Fix typo
This commit is contained in:
Efraim Flashner 2023-05-15 19:10:05 +03:00 committed by Janneke Nieuwenhuizen
parent c20f6ac025
commit 8aa28acb4f
1 changed files with 1 additions and 1 deletions

View File

@ -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