From be16bcdcd30f7a963a92af9768d025eaffb2cd16 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 6 Nov 2022 01:01:34 -0700 Subject: [PATCH] Fix missing Makefile dependency --- ape/ape.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ape/ape.mk b/ape/ape.mk index 79ec58989..48541871f 100644 --- a/ape/ape.mk +++ b/ape/ape.mk @@ -107,6 +107,7 @@ o/$(MODE)/ape/ape-no-modify-self.o: \ libc/macho.internal.h \ libc/macros.internal.h \ libc/nexgen32e/uart.internal.h \ + libc/calls/metalfile.internal.h \ libc/nexgen32e/vidya.internal.h \ libc/nt/pedef.internal.h \ libc/runtime/e820.internal.h \ @@ -133,6 +134,7 @@ o/$(MODE)/ape/ape-copy-self.o: \ libc/macho.internal.h \ libc/macros.internal.h \ libc/nexgen32e/uart.internal.h \ + libc/calls/metalfile.internal.h \ libc/nexgen32e/vidya.internal.h \ libc/nt/pedef.internal.h \ libc/runtime/e820.internal.h \