From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s75GCQI0000766 for ; Tue, 5 Aug 2014 12:12:26 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s75GCQV2016178; Tue, 5 Aug 2014 12:12:26 -0400 (EDT) Date: Tue, 5 Aug 2014 12:12:26 -0400 (EDT) Message-Id: <201408051612.s75GCQV2016178@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: sync after sqlite3_errstr() compat addition X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- sync after sqlite3_errstr() compat addition Modified Files: -------------- mdocml: Makefile.depend Revision Data ------------- Index: Makefile.depend =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile.depend,v retrieving revision 1.1 retrieving revision 1.2 diff -LMakefile.depend -LMakefile.depend -u -p -r1.1 -r1.2 --- Makefile.depend +++ Makefile.depend @@ -7,6 +7,7 @@ compat_fgetln.o: compat_fgetln.c config. 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 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv