diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-05 16:12:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-05 16:12:25 +0000 |
commit | 4e6374f6dccb1f26d1d9efc07a9ce9c9c600c3e7 (patch) | |
tree | 264a66ae862803c254dd62b0c22408930d03258e | |
parent | b847b8cb851c195e1dd6a83c841f8a0222a20127 (diff) | |
download | mandoc-4e6374f6dccb1f26d1d9efc07a9ce9c9c600c3e7.tar.gz |
sync after sqlite3_errstr() compat addition
-rw-r--r-- | Makefile.depend | 2 |
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 |