Fix typo in the make debug Makefile rule.

This commit is contained in:
Landon Curt Noll
2023-08-03 14:11:35 -07:00
parent e2686911ae
commit 0b044ce972
3 changed files with 8 additions and 3 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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