Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/public-domain/sqlite/lib Add all: and dependall: ta...



details:   https://anonhg.NetBSD.org/src/rev/b80224b5e7cb
branches:  trunk
changeset: 793559:b80224b5e7cb
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Feb 19 19:29:33 2014 +0000

description:
Add all: and dependall: tatgets so that sqlite3.pc actually gets built.

diffstat:

 external/public-domain/sqlite/lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 297b41423e1e -r b80224b5e7cb external/public-domain/sqlite/lib/Makefile
--- a/external/public-domain/sqlite/lib/Makefile        Wed Feb 19 15:23:20 2014 +0000
+++ b/external/public-domain/sqlite/lib/Makefile        Wed Feb 19 19:29:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/02/17 20:08:53 christos Exp $
+# $NetBSD: Makefile,v 1.5 2014/02/19 19:29:33 dsl Exp $
 
 LIB=           sqlite3
 INCS=          sqlite3.h sqlite3ext.h
@@ -18,6 +18,9 @@
 
 .include <bsd.lib.mk>
 
+all: sqlite3.pc
+dependall: all
+
 sqlite3.pc: ${SRCDIR}/sqlite3.h sqlite3.pc.in
        @(V=$$( (echo '#include <sqlite3.h>'; echo SQLITE_VERSION) | \
            ${CC} -E -I${SRCDIR} - | tail -1 | tr -d '"') && \



Home | Main Index | Thread Index | Old Index