From 56adfc1b2546af8bfccfe47c0ed4a5f3bc706be6 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Thu, 2 May 2002 06:10:09 +0000 Subject: Use shell script version (using awk and sed) of makeLINT.pl. --- sys/amd64/conf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/amd64/conf/Makefile') diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile index d3a508a..ea95176 100644 --- a/sys/amd64/conf/Makefile +++ b/sys/amd64/conf/Makefile @@ -6,5 +6,5 @@ all: clean: rm LINT -LINT: ../../conf/NOTES NOTES makeLINT.pl - cat ../../conf/NOTES NOTES | perl5 makeLINT.pl > LINT +LINT: ../../conf/NOTES NOTES makeLINT.sh + cat ../../conf/NOTES NOTES | sh makeLINT.sh > LINT -- cgit v1.1