summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
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 $@