mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-10 11:23:15 +00:00
Fix a bug: don't depend on $(INSTALL_CGI_PROG), since if the
Estimated hours taken: 0.5 Branches: main, release bindist/bindist.Makefile.in: Fix a bug: don't depend on $(INSTALL_CGI_PROG), since if the binary distribution was built without deep profiling enabled (as it must be on some architectures), then $(INSTALL_CGI_PROG) won't exist.
This commit is contained in:
@@ -154,7 +154,7 @@ post_install: install_cgi_progs install_gac
|
||||
# they refer to the script by different paths.
|
||||
|
||||
.PHONY: install_cgi_progs
|
||||
install_cgi_progs: $(INSTALL_CGI_PROG)
|
||||
install_cgi_progs:
|
||||
# $(INSTALL_CGI_DIR) is likely to be writeable only by root or
|
||||
# the www system administrator, which is why we don't consider a
|
||||
# failure of this action to be an error. If the command fails,
|
||||
|
||||
Reference in New Issue
Block a user