Fix a bug in the Makefile template with history tests

Signed-off-by: Gavin Howard <[email protected]>
This commit is contained in:
Gavin Howard 2021-09-25 22:41:51 -06:00
parent a41d2d5dad
commit 3d192692a3
Signed by: gavin
GPG Key ID: C08038BDF280D33E
1 changed files with 2 additions and 2 deletions

View File

@ -976,7 +976,7 @@ elif [ "$bc_only" -eq 1 ]; then
default_target="\$(BC_EXEC)"
second_target="\$(DC_EXEC)"
tests="test_bc timeconst test_history"
tests="test_bc timeconst"
elif [ "$dc_only" -eq 1 ]; then
@ -1001,7 +1001,7 @@ elif [ "$dc_only" -eq 1 ]; then
uninstall_prereqs=" uninstall_dc"
uninstall_man_prereqs=" uninstall_dc_manpage"
tests="test_dc test_history"
tests="test_dc"
else