mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Fix typo in the make debug
Makefile rule.
This commit is contained in:
7
CHANGES
7
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:
|
Added cal/fnv_tool.cal, a calc resource file defining:
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@@ -5268,7 +5268,7 @@ debug:
|
|||||||
@echo
|
@echo
|
||||||
@echo 'Click the ((New issue)) button to file a bug report.'
|
@echo 'Click the ((New issue)) button to file a bug report.'
|
||||||
@echo
|
@echo
|
||||||
@echo 'Please attch the debug.out file to the bug report:'
|
@echo 'Please attach the debug.out file to the bug report:'
|
||||||
@echo
|
@echo
|
||||||
-@${LS} -l debug.out
|
-@${LS} -l debug.out
|
||||||
@echo
|
@echo
|
||||||
|
@@ -4555,7 +4555,7 @@ debug:
|
|||||||
@echo
|
@echo
|
||||||
@echo 'Click the ((New issue)) button to file a bug report.'
|
@echo 'Click the ((New issue)) button to file a bug report.'
|
||||||
@echo
|
@echo
|
||||||
@echo 'Please attch the debug.out file to the bug report:'
|
@echo 'Please attach the debug.out file to the bug report:'
|
||||||
@echo
|
@echo
|
||||||
-@${LS} -l debug.out
|
-@${LS} -l debug.out
|
||||||
@echo
|
@echo
|
||||||
|
Reference in New Issue
Block a user