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/42f39638f5fb
branches: trunk
changeset: 326819:42f39638f5fb
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 76f65ce65e68 -r 42f39638f5fb 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