diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-11-03 16:27:53 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-11-03 16:27:53 +0000 |
commit | 639da07b3e24e49dec6ae3bd1d39e33e27e743ad (patch) | |
tree | cc58cb6ae442c9f675d838824cb2945326b7efa2 | |
parent | a161aa0a4f1d37aed4ced2c0aa501af506d38a82 (diff) |
ouT makefile rules are smarter now, kill a redundant CLEANFILES
-rw-r--r-- | usr.bin/xlint/lint1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index c4d3324e2b2..4bf5b7a432c 100644 --- a/usr.bin/xlint/lint1/Makefile +++ b/usr.bin/xlint/lint1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2005/12/11 20:03:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2006/11/03 16:27:52 otto Exp $ # $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $ PROG= lint1 @@ -10,7 +10,6 @@ DPADD+= ${LIBL} YFLAGS= -d CFLAGS+=-I. -I${.CURDIR} LINTFLAGS=-aehpz -CLEANFILES+=y.tab.h cgram.c scan.c BINDIR= /usr/libexec |