From 87b7140810d8a55bd85b9e0a6572b2305388f733 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 15 Jul 2002 17:48:47 +0000 Subject: makeLINT.send has been moved to sys/conf so we can build LINT on other architectures besides i386. --- 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 1047f1f..72308f9 100644 --- a/sys/amd64/conf/Makefile +++ b/sys/amd64/conf/Makefile @@ -6,5 +6,5 @@ all: clean: rm -f LINT -LINT: ../../conf/NOTES NOTES makeLINT.sed - cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT +LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed + cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > LINT -- cgit v1.1