From 8ba64baaaf6c510cad39ef8f9b10647e522d41c6 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 22 Oct 1996 13:22:19 +0000 Subject: [PATCH] add builtins.h to the list of (built) headers depended on by ${OBJS}, so make from 'cleandir' works. --- bin/sh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/Makefile b/bin/sh/Makefile index a59d878df3a5..b7b053c773f8 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -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 -${OBJS} : nodes.h syntax.h +${OBJS}: builtins.h nodes.h syntax.h