summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps.mk b/deps.mk
index 6faa254..de778e2 100644
--- a/deps.mk
+++ b/deps.mk
@@ -49,21 +49,21 @@ tests/testing.bin-check: tests/testing.bin
src/catalog.o: src/logerr.h
src/i18n.o:
-src/lib.o:
+src/lib.o: src/logerr.h
src/logerr.o:
src/random.o: src/logerr.h
src/testing.o:
tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h
-tests/i18n.o: src/logerr.h src/catalog.h
-tests/lib.o:
+tests/i18n.o: src/catalog.h src/logerr.h
+tests/lib.o: src/logerr.h
tests/logerr.o: src/testing.h tests/slurp.h
tests/random.o: src/logerr.h src/testing.h
tests/testing.o:
tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o
-tests/i18n.a: src/logerr.o src/catalog.o
-tests/lib.a:
+tests/i18n.a: src/catalog.o src/logerr.o
+tests/lib.a: src/logerr.o
tests/logerr.a: src/testing.o tests/slurp.o
tests/random.a: src/logerr.o src/testing.o
tests/testing.a: