mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Fix a bug introduced in Zoltan's recent change to the main branch:
Estimated hours taken: 0.25
Branches: main
scripts/Mmakefile:
Fix a bug introduced in Zoltan's recent change to the main branch:
delete a reference to the "install_cgi_scripts" target, since that
target no longer exists.
This commit is contained in:
@@ -48,7 +48,7 @@ ml c2init canonical_grade: canonical_grade.sh-subr
|
||||
|
||||
.PHONY: install
|
||||
install: install_mmake install_scripts \
|
||||
install_debugger_scripts install_emacs_scripts install_cgi_scripts
|
||||
install_debugger_scripts install_emacs_scripts
|
||||
|
||||
.PHONY: install_dirs
|
||||
install_dirs:
|
||||
|
||||
Reference in New Issue
Block a user