Module Name:    src
Committed By:   dsl
Date:           Wed Feb 19 19:29:33 UTC 2014

Modified Files:
        src/external/public-domain/sqlite/lib: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/sqlite/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/public-domain/sqlite/lib/Makefile
diff -u src/external/public-domain/sqlite/lib/Makefile:1.4 src/external/public-domain/sqlite/lib/Makefile:1.5
--- src/external/public-domain/sqlite/lib/Makefile:1.4	Mon Feb 17 20:08:53 2014
+++ src/external/public-domain/sqlite/lib/Makefile	Wed Feb 19 19:29:33 2014
@@ -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 @@ CLEANFILES+=sqlite3.pc
 
 .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 '"') && \

Reply via email to