[m-rev.] diff: fix bindist bug
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Mar 4 01:30:10 AEDT 2003
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.
Workspace: /home/ceres/fjh/mercury
Index: bindist/bindist.Makefile.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.Makefile.in,v
retrieving revision 1.31
diff -u -d -r1.31 bindist.Makefile.in
--- bindist/bindist.Makefile.in 1 Mar 2003 06:34:48 -0000 1.31
+++ bindist/bindist.Makefile.in 3 Mar 2003 08:06:38 -0000
@@ -154,7 +154,7 @@
# 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,
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list