Subject: CVS commit: src/x11/bin
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/23/2003 11:04:48
Module Name: src
Committed By: lukem
Date: Tue Sep 23 11:04:48 UTC 2003
Modified Files:
src/x11/bin/pswrap: Makefile
src/x11/bin/twm: Makefile
src/x11/bin/xgc: Makefile
src/x11/bin/xkbcomp: Makefile
src/x11/bin/xkbevd: Makefile
Log Message:
Explicitly add -I/path/to/dist/src so that any yacc-generated .c files
in the .OBJDIR compile correctly.
(Something I changed in the last commit must have broken this.
Or make(1) changed. Or something else borked. In any case, it's fixed now.)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/x11/bin/pswrap/Makefile
cvs rdiff -r1.2 -r1.3 src/x11/bin/twm/Makefile
cvs rdiff -r1.2 -r1.3 src/x11/bin/xgc/Makefile
cvs rdiff -r1.2 -r1.3 src/x11/bin/xkbcomp/Makefile
cvs rdiff -r1.2 -r1.3 src/x11/bin/xkbevd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.