trivial diff: fix another bindist bug

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Nov 27 05:31:09 AEDT 1998


Estimated hours taken: 0.5

Fix another bug in the binary distribution.

bindist/bindist.build_vars.in:
	Pass on the setting of DEFAULT_RM_C.

Index: bindist/bindist.build_vars.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.build_vars.in,v
retrieving revision 1.8
diff -u -r1.8 bindist.build_vars.in
--- bindist.build_vars.in	1997/08/14 13:53:03	1.8
+++ bindist.build_vars.in	1998/11/26 18:27:27
@@ -1,6 +1,6 @@
 # @configure_input@
 #---------------------------------------------------------------------------#
-# Copyright (C) 1996-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.
 #---------------------------------------------------------------------------#
@@ -29,3 +29,4 @@
 CFLAGS_FOR_PIC="@CFLAGS_FOR_PIC@"
 SHARED_LIBS='@SHARED_LIBS@'
 HAVE_DELAY_SLOT="@HAVE_DELAY_SLOT@"
+DEFAULT_RM_C="@DEFAULT_RM_C@"

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh>  |   but source code lives forever"
PGP: finger fjh at 128.250.37.3        |     -- leaked Microsoft memo.



More information about the developers mailing list