commit 9cc635ebecd92854002e0e0ec56d7750425648a9
parent 22fbd88f278c96cd6ebe2244a17eef5b57914d1e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Tue, 29 Oct 2024 20:42:25 +0100
build: Remove src dependency to include/bits/scc
This dependency is managed by the top level Makefile that ensures
it is fulfil before using main.mk. This avoid problems in cases
where the time stamp does not have enough precision to differentiate
the timestamp of the file and the directory containing it. This is
the reason why usually putting time dependencies between directories
is a bad idea.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/main.mk b/main.mk
@@ -31,7 +31,6 @@ uninstall:
toolchain: src
libc: src/libc
libcrt: src/libcrt
-src: include/bits/scc
src src/libc src/libcrt: dirs