diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-23 22:04:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-23 22:04:25 +0000 |
commit | e39ba6dac283162bfb6a9f1cd6e8d6e218586cc4 (patch) | |
tree | 8f0771aada4df3127450ec1ddcde6694dddc6865 /usr.bin/make | |
parent | 49a17b88e6b0dca2e0e745f7a1bef9491d611e2d (diff) |
Fix CLEANFILES
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index c60937fd0ed..e00ab66a31d 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2007/09/17 12:42:09 espie Exp $ +# $OpenBSD: Makefile,v 1.48 2007/10/23 22:04:24 miod Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -24,10 +24,10 @@ SRCS+= lstAddNew.c lstAppend.c lstConcat.c lstConcatDestroy.c \ lstInsert.c lstMember.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/lst.lib -CLEANFILES+=generate hashconsts.h generate.o regress.o check +CLEANFILES+=generate generate.o regress.o check CLEANFILES+=${LIBOBJS} libohash.a -CLEANFILES+= varhashconsts.h condhashconsts.h generate.o generate +CLEANFILES+= varhashconsts.h condhashconsts.h nodehashconsts.h beforedepend: varhashconsts.h condhashconsts.h nodehashconsts.h # may need tweaking if you add variable synonyms or change the hash function |