From 1c4ed15bc69257efe8cf359f316c23a05f2e3ce9 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 20 Aug 2019 12:30:32 +0000 Subject: project: build/headers.tag: added missing build/syscall_h.tag dependency. --- project/headers.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/project/headers.mk b/project/headers.mk index af1f57c..65ae80b 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -100,6 +100,7 @@ install-headers: install-arch-headers install-libc-headers # build/include build/headers.tag: | build/include/bits/ +build/headers.tag: build/syscall_h.tag build/headers.tag: $(ARCH_HEADERS) cp $(ARCH_HEADERS) build/include/bits/ touch $@ -- cgit v1.2.3