Subject: CVS commit: gnusrc/gnu/dist/groff/src/preproc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/12/2001 19:09:05
Module Name:	gnusrc
Committed By:	tv
Date:		Mon Nov 12 17:09:05 UTC 2001

Modified Files:
	gnusrc/gnu/dist/groff/src/preproc/eqn: Makefile.sub
	gnusrc/gnu/dist/groff/src/preproc/pic: Makefile.sub
	gnusrc/gnu/dist/groff/src/preproc/refer: Makefile.sub
Removed Files:
	gnusrc/gnu/dist/groff/src/preproc/eqn: eqn_tab.h
	gnusrc/gnu/dist/groff/src/preproc/pic: pic_tab.h

Log Message:
Fix up the bogosity in .y->.cc handling.  Don't generate files in $(srcdir),
and make sure to have dependencies for lex.o in eqn and pic (so that the .h
is guaranteed to exist).


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/groff/src/preproc/eqn/Makefile.sub
cvs rdiff -r1.1.1.1 -r0 gnusrc/gnu/dist/groff/src/preproc/eqn/eqn_tab.h
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/groff/src/preproc/pic/Makefile.sub
cvs rdiff -r1.1.1.1 -r0 gnusrc/gnu/dist/groff/src/preproc/pic/pic_tab.h
cvs rdiff -r1.1.1.1 -r1.2 \
    gnusrc/gnu/dist/groff/src/preproc/refer/Makefile.sub

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.