diff: scripts/c2init.in bug fix

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Oct 1 14:18:54 AEST 1998


Fix a bug introduced in zs's change to add two new directories.

scripts/c2init.in:
	Update the list of `.init' files to match the new names
	and to include the init file for the `browser' library.

Index: scripts/c2init.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/c2init.in,v
retrieving revision 1.17
diff -u -r1.17 c2init.in
--- c2init.in	1998/09/29 05:11:31	1.17
+++ c2init.in	1998/10/01 04:07:26
@@ -54,8 +54,9 @@
 
 MERCURY_MOD_LIB_DIR=${MERCURY_MOD_LIB_DIR=@LIBDIR@/modules}
 MERCURY_MOD_LIB_MODS=${MERCURY_MOD_LIB_MODS="\
-				$MERCURY_MOD_LIB_DIR/libmercury.init\
-				$MERCURY_MOD_LIB_DIR/runtime.init\
+				$MERCURY_MOD_LIB_DIR/mer_rt.init \
+				$MERCURY_MOD_LIB_DIR/mer_std.init \
+				$MERCURY_MOD_LIB_DIR/mer_browser.init \
 			"}
 MKINIT=${MERCURY_MKINIT=mkinit}
 

-- 
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