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:
Fergus Henderson
2003-03-03 14:30:22 +00:00
parent 4663db06ac
commit 709aceefcc

View File

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