diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-04-14 14:03:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-04-14 14:03:35 +0000 |
commit | da09fea5a9b72d848d6a4b33ad0b208819b94f39 (patch) | |
tree | 79f87a30ff1f53a3378e49bb6b9367c9b1cba0fc | |
parent | 64fdec6c53887964b7ccbbd1314cee08001cc109 (diff) |
clean-out ALL generated files
-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} \ |