bypass the .y -> .c rule for getdate.y

This commit is contained in:
christos 2009-05-03 17:13:07 +00:00
parent 1e9fe794b0
commit 9ee9e0d7de
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/04/12 22:30:48 christos Exp $
# $NetBSD: Makefile,v 1.6 2009/05/03 17:13:07 christos Exp $
LIBISPRIVATE= yes
@ -18,4 +18,6 @@ SRCS= __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
xmalloc.c xreadlink.c yesno.c
getdate.c: getdate.y
.include <bsd.lib.mk>