Files
mercury/bindist
Fergus Henderson 709aceefcc 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.
2003-03-03 14:30:22 +00:00
..

This directory contains files used to create a binary distribution of
Mercury.  Files that will be incorporated in the binary distribution
start with `bindist.'.  The other files (this README, and the Mmake file)
are only used to build the distribution.

To build a binary distribution, first build and install the compiler
from the source distribution (see the instructions in ../INSTALL).
Then just do an `mmake bindist'.