From 0b044ce9722de68f2aadfd5286ad4c54afc3e814 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 3 Aug 2023 14:11:35 -0700 Subject: [PATCH] Fix typo in the `make debug` Makefile rule. --- CHANGES | 7 ++++++- Makefile | 2 +- Makefile.simple | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 20b2c1b..9e30fb4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ -The following are the changes from calc version 2.14.2.1 to date: +The following are the changes from calc version 2.14.3.1 to date: + + Fix typo in the `make debug` Makefile rule. + + +The following are the changes from calc version 2.14.2.1 to 2.14.3.0: Added cal/fnv_tool.cal, a calc resource file defining: diff --git a/Makefile b/Makefile index e34f22f..1caaa6e 100644 --- a/Makefile +++ b/Makefile @@ -5268,7 +5268,7 @@ debug: @echo @echo 'Click the ((New issue)) button to file a bug report.' @echo - @echo 'Please attch the debug.out file to the bug report:' + @echo 'Please attach the debug.out file to the bug report:' @echo -@${LS} -l debug.out @echo diff --git a/Makefile.simple b/Makefile.simple index b27e841..f68c074 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -4555,7 +4555,7 @@ debug: @echo @echo 'Click the ((New issue)) button to file a bug report.' @echo - @echo 'Please attch the debug.out file to the bug report:' + @echo 'Please attach the debug.out file to the bug report:' @echo -@${LS} -l debug.out @echo