From 529b432dbf98d46edee4ebefb7b84974b3a96893 Mon Sep 17 00:00:00 2001 From: Giuliano Belinassi Date: Wed, 23 Oct 2024 18:14:00 -0300 Subject: [PATCH] Fix include path on insn_queue test under ppc64le Commit as trivial. The path is clearly wrong. Signed-off-by: Giuliano Belinassi --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 7d58701b..e9494367 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -593,7 +593,7 @@ endif if CPU_PPC64LE dlsym_LDADD += \ -l:ld64.so.2 -insn_queue_CFLAGS += -I$(srcdir)/../include/powerpc64le/x86_64/ +insn_queue_CFLAGS += -I$(srcdir)/../include/arch/powerpc64le/ endif chroot_SOURCES = chroot.c