summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-08-20 12:30:32 +0000
committermidipix <writeonce@midipix.org>2019-08-20 14:56:26 +0000
commit1c4ed15bc69257efe8cf359f316c23a05f2e3ce9 (patch)
tree3d4bb9c3be5da40e6e0489da2e078737c4990d12 /project
parent8087840ecd74bfa41b98595f526c8eb2e96e85c9 (diff)
downloadmmglue-1c4ed15bc69257efe8cf359f316c23a05f2e3ce9.tar.bz2
mmglue-1c4ed15bc69257efe8cf359f316c23a05f2e3ce9.tar.xz
project: build/headers.tag: added missing build/syscall_h.tag dependency.
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 $@