summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--deps.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps.mk b/deps.mk
index 0b113b5..5fb0961 100644
--- a/deps.mk
+++ b/deps.mk
@@ -80,7 +80,7 @@ src/random.o: src/logerr.h
src/string.o:
src/testing.o:
src/util.o: src/logerr.h
-src/vector.o: src/logerr.h src/catalog.h src/i18n.h
+src/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h
tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h
tests/i18n.o: src/catalog.h src/logerr.h
@@ -91,7 +91,7 @@ tests/random.o: src/logerr.h src/testing.h
tests/string.o:
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/testing.h
+tests/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h src/testing.h
tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o
tests/i18n.a: src/catalog.o src/logerr.o
@@ -102,4 +102,4 @@ tests/random.a: src/logerr.o src/testing.o
tests/string.a:
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/testing.o
+tests/vector.a: src/logerr.o src/catalog.o src/i18n.o src/math.o src/testing.o