diff options
Diffstat (limited to 'lib/libsqlite3/Makefile')
-rw-r--r-- | lib/libsqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsqlite3/Makefile b/lib/libsqlite3/Makefile index 070cb5bc35d..524a7101cfd 100644 --- a/lib/libsqlite3/Makefile +++ b/lib/libsqlite3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2012/04/14 13:44:36 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2012/04/14 14:03:34 espie Exp $ .include <bsd.own.mk> @@ -68,7 +68,7 @@ keywordhash.h: mkkeywordhash mkkeywordhash: tool/mkkeywordhash.c ${HOSTCC} ${LDSTATIC} -o $@ $< ${LDADD} -CLEANFILES += mkkeywordhash +CLEANFILES += mkkeywordhash opcodes.c opcodes.h keywordhash.h beforeinstall: ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ |