[m-dev.] diff: fix bug in 0.9 binary distribution

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Dec 20 06:53:14 AEDT 1999


Estimated hours taken: 0.25

Fix a bug in the Mercury 0.9 binary distribution.

bindist/bindist.Makefile.in:
	Change EMACS_SCRIPTS to INSTALL_EMACS_SCRIPTS,
	to match the name used in the install_emacs_scripts rule.

Workspace: /d-drive/home/hg/fjh/mercury
Index: bindist/bindist.Makefile.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.Makefile.in,v
retrieving revision 1.21
diff -u -d -r1.21 bindist.Makefile.in
--- bindist/bindist.Makefile.in	1999/10/21 14:36:35	1.21
+++ bindist/bindist.Makefile.in	1999/12/19 18:04:36
@@ -22,7 +22,7 @@
 			scripts/ml scripts/mmake scripts/mprof \
 			scripts/mdb scripts/mkfifo_using_mknod
 
-EMACS_SCRIPTS		= scripts/gud.el
+INSTALL_EMACS_SCRIPTS	= scripts/gud.el
 
 INSTALL_MMAKE_EXTRAS	= scripts/Mmake.rules scripts/Mmake.vars
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list