summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-10-23 22:04:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-10-23 22:04:25 +0000
commite39ba6dac283162bfb6a9f1cd6e8d6e218586cc4 (patch)
tree8f0771aada4df3127450ec1ddcde6694dddc6865 /usr.bin/make
parent49a17b88e6b0dca2e0e745f7a1bef9491d611e2d (diff)
Fix CLEANFILES
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile6
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