aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.depend
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-05 16:12:25 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-05 16:12:25 +0000
commit5f1748e981fcd266c4bc34941a57e258388e7c69 (patch)
tree0b23eea1e43df2e45032192d6aa73cfa9cdf0da5 /Makefile.depend
parent7947121bff38c49956b9b53c785c25f4d109bd26 (diff)
downloadmandoc-5f1748e981fcd266c4bc34941a57e258388e7c69.tar.gz
mandoc-5f1748e981fcd266c4bc34941a57e258388e7c69.tar.zst
mandoc-5f1748e981fcd266c4bc34941a57e258388e7c69.zip
sync after sqlite3_errstr() compat addition
Diffstat (limited to 'Makefile.depend')
-rw-r--r--Makefile.depend2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.depend b/Makefile.depend
index a5bc5cbc..7ea0fc2c 100644
--- a/Makefile.depend
+++ b/Makefile.depend
@@ -7,6 +7,7 @@ compat_fgetln.o: compat_fgetln.c config.h
compat_getsubopt.o: compat_getsubopt.c config.h
compat_ohash.o: compat_ohash.c config.h
compat_reallocarray.o: compat_reallocarray.c config.h
+compat_sqlite3_errstr.o: compat_sqlite3_errstr.c config.h
compat_strcasestr.o: compat_strcasestr.c config.h
compat_strlcat.o: compat_strlcat.c config.h
compat_strlcpy.o: compat_strlcpy.c config.h
@@ -61,6 +62,7 @@ test-getsubopt.o: test-getsubopt.c
test-mmap.o: test-mmap.c
test-ohash.o: test-ohash.c
test-reallocarray.o: test-reallocarray.c
+test-sqlite3_errstr.o: test-sqlite3_errstr.c
test-strcasestr.o: test-strcasestr.c
test-strlcat.o: test-strlcat.c
test-strlcpy.o: test-strlcpy.c