Fix missing .ok file make warning

This commit is contained in:
Justine Tunney 2023-11-11 02:32:22 -08:00
parent d0ad2694ed
commit 3802428026
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -261,8 +261,9 @@ libc/isystem/x86intrin.h \
libc/isystem/xmmintrin.h
LIBC_HDRS = $(filter %.h,$(LIBC_FILES)) $(LIBC_ISYSTEM)
LIBC_HDRS_H = $(filter %.h,$(LIBC_HDRS))
LIBC_INCS = $(filter %.inc,$(LIBC_FILES))
LIBC_CHECKS = $(LIBC_HDRS:%=o/$(MODE)/%.ok)
LIBC_CHECKS = $(LIBC_HDRS_H:%=o/$(MODE)/%.ok)
ifneq ($(MODE), llvm)
LIBC_FILES := $(wildcard libc/*)