summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/deps.mk b/deps.mk
index 048dea4..3f0329c 100644
--- a/deps.mk
+++ b/deps.mk
@@ -76,30 +76,30 @@ src/i18n.o: src/catalog.h
src/lib.o: src/logerr.h
src/logerr.o:
src/math.o:
-src/random.o: src/logerr.h
+src/random.o: src/logerr.h src/util.h
src/string.o: src/logerr.h src/math.h src/util.h
src/testing.o:
src/util.o: src/logerr.h
-src/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h
+src/vector.o: src/catalog.h src/i18n.h src/logerr.h src/math.h src/util.h
-tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h
+tests/catalog.o: src/logerr.h src/testing.h src/util.h tests/slurp.h
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/logerr.o: src/testing.h src/util.h tests/slurp.h
tests/math.o: src/testing.h
-tests/random.o: src/logerr.h src/testing.h
+tests/random.o: src/logerr.h src/util.h src/testing.h
tests/string.o: src/logerr.h src/math.h src/util.h src/testing.h
tests/testing.o:
tests/util.o: src/logerr.h src/testing.h tests/slurp.h
-tests/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h src/testing.h
+tests/vector.o: src/catalog.h src/i18n.h src/logerr.h src/math.h src/util.h src/testing.h
-tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o
+tests/catalog.a: src/logerr.o src/testing.o src/util.o tests/slurp.o
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/logerr.a: src/testing.o src/util.o tests/slurp.o
tests/math.a: src/testing.o
-tests/random.a: src/logerr.o src/testing.o
+tests/random.a: src/logerr.o src/util.o src/testing.o
tests/string.a: src/logerr.o src/math.o src/util.o src/testing.o
tests/testing.a:
tests/util.a: src/logerr.o src/testing.o tests/slurp.o
-tests/vector.a: src/logerr.o src/catalog.o src/i18n.o src/math.o src/testing.o
+tests/vector.a: src/catalog.o src/i18n.o src/logerr.o src/math.o src/util.o src/testing.o