summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/conf/Makefile')
-rw-r--r--sys/amd64/conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile
index ea95176..b0a08d5 100644
--- a/sys/amd64/conf/Makefile
+++ b/sys/amd64/conf/Makefile
@@ -6,5 +6,5 @@ all:
clean:
rm LINT
-LINT: ../../conf/NOTES NOTES makeLINT.sh
- cat ../../conf/NOTES NOTES | sh makeLINT.sh > LINT
+LINT: ../../conf/NOTES NOTES makeLINT.sed
+ cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT
OpenPOWER on IntegriCloud