From 7adef2006aaff89db93c87fd1470a688fb1d4907 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Jul 2017 21:49:27 +1200 Subject: Reimplement rndl(1df) in Awk Removes the need for the temporary file. Also refactor pks(6df) to accommodate it. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28a58805..a5af63a9 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,6 @@ BINS_M4 = bin/chn.m4 \ bin/edda.m4 \ bin/oii.m4 \ bin/pst.m4 \ - bin/rndl.m4 \ bin/swr.m4 \ bin/tlcs.m4 \ bin/try.m4 \ @@ -215,7 +214,6 @@ BINS_SH = bin/chn.sh \ bin/edda.sh \ bin/oii.sh \ bin/pst.sh \ - bin/rndl.sh \ bin/swr.sh \ bin/tlcs.sh \ bin/try.sh \ @@ -282,7 +280,6 @@ bin/chn.sh: bin/chn.m4 include/mktd.m4 bin/edda.sh: bin/edda.m4 include/mktd.m4 bin/oii.sh: bin/oii.m4 include/mktd.m4 bin/pst.sh: bin/pst.m4 include/mktd.m4 -bin/rndl.sh: bin/rndl.m4 include/mktd.m4 bin/swr.sh: bin/swr.m4 include/mktd.m4 bin/tlcs.sh: bin/tlcs.m4 include/mktd.m4 bin/try.sh: bin/try.m4 include/mktd.m4 -- cgit v1.2.3