add builtins.h to the list of (built) headers depended on by ${OBJS}, so

make from 'cleandir' works.
This commit is contained in:
cgd 1996-10-22 13:22:19 +00:00
parent b962d9a3eb
commit 8ba64baaaf
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 1996/10/16 14:23:51 christos Exp $
# $NetBSD: Makefile,v 1.25 1996/10/22 13:22:19 cgd Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
PROG= sh
@ -42,4 +42,4 @@ parser.o: token.h
.include <bsd.prog.mk>
${OBJS} : nodes.h syntax.h
${OBJS}: builtins.h nodes.h syntax.h