diff options
author | 2012-04-14 14:03:34 +0000 | |
---|---|---|
committer | 2012-04-14 14:03:34 +0000 | |
commit | 90cbf95bbf64ae5b7090dd85ce75e9115e5119f6 (patch) | |
tree | 2ccf51fabb61b614765b338bee9947572c432a7b /lib/libsqlite3 | |
parent | oops (diff) | |
download | wireguard-openbsd-90cbf95bbf64ae5b7090dd85ce75e9115e5119f6.tar.xz wireguard-openbsd-90cbf95bbf64ae5b7090dd85ce75e9115e5119f6.zip |
clean-out ALL generated files
Diffstat (limited to 'lib/libsqlite3')
-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} \ |