aboutsummaryrefslogtreecommitdiffstats
path: root/pc/Makefile.tst
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-11-03 21:09:23 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-11-03 21:09:23 +0200
commit151445757a47112bbaba4ad938ad14a4880f2300 (patch)
tree2c6688d9da1fbbdccd9fbffd9eb44b8aad906e48 /pc/Makefile.tst
parentc67217a8258cb74e1774aed36e9a0b65fd6a34a5 (diff)
downloadegawk-151445757a47112bbaba4ad938ad14a4880f2300.tar.gz
egawk-151445757a47112bbaba4ad938ad14a4880f2300.tar.bz2
egawk-151445757a47112bbaba4ad938ad14a4880f2300.zip
Fix up pc/Makefile.tst.
Diffstat (limited to 'pc/Makefile.tst')
-rw-r--r--pc/Makefile.tst5
1 files changed, 0 insertions, 5 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 09a061d5..c4b98e49 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -3163,11 +3163,6 @@ profile9:
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk --pretty-print=_$@ >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-profile16:
- @echo $@
- @AWKPATH="$(srcdir)" $(AWK) -f $@.awk --pretty-print=_$@ >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
regexsub:
@echo $@
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@