trivial diff: bindist bug fix
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Jan 23 21:33:11 AEDT 1998
bindist/Mmakefile:
Fix a bug: it was not including the scripts/*.sh-subr files
in the binary distribution.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/Mmakefile,v
retrieving revision 1.8
diff -u -u -r1.8 Mmakefile
--- Mmakefile 1997/10/21 14:56:53 1.8
+++ Mmakefile 1998/01/23 10:31:17
@@ -1,5 +1,5 @@
#---------------------------------------------------------------------------#
-# Copyright (C) 1997 The University of Melbourne.
+# Copyright (C) 1996-1998 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#---------------------------------------------------------------------------#
@@ -24,7 +24,7 @@
../NEWS ../RELEASE_NOTES ../BUGS ../WORK_IN_PROGRESS \
../VERSION
-SCRIPT_FILES = ../scripts/*.in ../scripts/Mmake.rules
+SCRIPT_FILES = ../scripts/*.in ../scripts/*.sh-subr ../scripts/Mmake.rules
CONFIG_FILES = ../config.sub ../config.guess ../install-sh
--
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.
More information about the developers
mailing list