From 7651047e58871b5e7ae865b662c437d56c4c2a7f Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 1 Jul 2003 12:38:09 +0000 Subject: [PATCH] give lex.cpp expclit dependancies for generated files so that "make all" as well as "make dependall" works. --- gnu/usr.bin/groff/src/preproc/eqn/Makefile | 3 ++- gnu/usr.bin/groff/src/preproc/pic/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/groff/src/preproc/eqn/Makefile b/gnu/usr.bin/groff/src/preproc/eqn/Makefile index 071d32ab182e..f32b95f16883 100644 --- a/gnu/usr.bin/groff/src/preproc/eqn/Makefile +++ b/gnu/usr.bin/groff/src/preproc/eqn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/01 08:26:30 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/01 12:38:09 mrg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ @@ -18,5 +18,6 @@ YFLAGS= -d CLEANFILES= eqn.cpp eqn_tab.h ${SCRIPTS} ${MAN} y.tab.c y.tab.h eqn_tab.h: eqn.cpp +lex.cpp: eqn_tab.h .include diff --git a/gnu/usr.bin/groff/src/preproc/pic/Makefile b/gnu/usr.bin/groff/src/preproc/pic/Makefile index b5ee9ef50345..59b115992bea 100644 --- a/gnu/usr.bin/groff/src/preproc/pic/Makefile +++ b/gnu/usr.bin/groff/src/preproc/pic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/01 08:19:29 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/01 12:38:10 mrg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/pic/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ @@ -15,5 +15,6 @@ YFLAGS= -d CLEANFILES= ${MAN} pic.cpp pic_tab.h y.tab.c y.tab.h pic_tab.h: pic.cpp +lex.cpp: pic_tab.h .include