Module Name: src Committed By: rillig Date: Sun Sep 5 15:15:58 UTC 2021
Modified Files: src/usr.bin/xlint/xlint: Makefile Log Message: lint: clean up CPPFLAGS for xlint In 1995, the file mem.c was in ../lint1. In 2002, these files were moved to ../common instead. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/xlint/xlint/Makefile 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/xlint/Makefile diff -u src/usr.bin/xlint/xlint/Makefile:1.22 src/usr.bin/xlint/xlint/Makefile:1.23 --- src/usr.bin/xlint/xlint/Makefile:1.22 Sun Aug 22 15:06:49 2021 +++ src/usr.bin/xlint/xlint/Makefile Sun Sep 5 15:15:58 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2021/08/22 15:06:49 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2021/09/05 15:15:58 rillig Exp $ .PATH: ${.CURDIR}/../../mkdep @@ -7,7 +7,6 @@ SRCS= xlint.c mem.c findcc.c PROGNAME= lint MAN= lint.1 -CPPFLAGS+= -I${.CURDIR}/../lint1 CPPFLAGS+= -I${.CURDIR}/../../mkdep CPPFLAGS+= -DIS_XLINT