Module Name: src Committed By: rillig Date: Sat Apr 10 23:51:37 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: Makefile.err-msgs-h Log Message: lint: fix build (missing include directory) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/lint1/Makefile.err-msgs-h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/xlint/lint1/Makefile.err-msgs-h diff -u src/usr.bin/xlint/lint1/Makefile.err-msgs-h:1.2 src/usr.bin/xlint/lint1/Makefile.err-msgs-h:1.3 --- src/usr.bin/xlint/lint1/Makefile.err-msgs-h:1.2 Sun Jan 3 20:44:54 2021 +++ src/usr.bin/xlint/lint1/Makefile.err-msgs-h Sat Apr 10 23:51:37 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.err-msgs-h,v 1.2 2021/01/03 20:44:54 rillig Exp $ +# $NetBSD: Makefile.err-msgs-h,v 1.3 2021/04/10 23:51:37 rillig Exp $ err-msgs.h: err.c Makefile.err-msgs-h ${_MKTARGET_CREATE} @@ -9,5 +9,6 @@ err-msgs.h: err.c Makefile.err-msgs-h CLEANFILES+= err-msgs.h DPSRCS+= err-msgs.h +CPPFLAGS+= -I. externs1.h: err-msgs.h