diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-09-21 10:01:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-09-21 10:01:53 +0000 |
commit | 2e1d858eb52f280440e2f9a8249aece7ef578bf4 (patch) | |
tree | cdab174cd6846f6c3fbf180e5244c791f7623a5d /usr.bin/make | |
parent | 96ddcc8b630a9e068f1cfc3ece8f93a46c7f6ada (diff) |
zap lint remains
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 7a289ba4029..1097afacaa7 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2012/09/21 07:55:20 espie Exp $ +# $OpenBSD: Makefile,v 1.54 2012/09/21 10:01:52 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -57,9 +57,6 @@ regress: check var.o: varhashconsts.h cond.o: condhashconsts.h targ.o parse.o: nodehashconsts.h -var.ln: varhashconsts.h -cond.ln: condhashconsts.h -targ.ln parse.ln: nodehashconsts.h .PHONY: regress |