From b6ff9813f04d4835dd2daec7749d01329abbb999 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 29 Jun 1993 05:02:59 +0000 Subject: [PATCH] Added a CLEANFILES entry for getdate.c (it's created by yacc) --- gnu/usr.bin/cvs/lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index cf3f20fd2802..b00fc2c32a2f 100644 --- a/gnu/usr.bin/cvs/lib/Makefile +++ b/gnu/usr.bin/cvs/lib/Makefile @@ -5,4 +5,6 @@ CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DFTIME_MISSING -DHAVE_TIMEZONE SRCS = argmatch.c error.c getopt.c sighandle.c strippath.c stripslash.c yesno.c \ getdate.y fnmatch.c regex.c subr.c myndbm.c hash.c +CLEANFILES+= getdate.c + .include