[m-dev.] trivial diff: fix SO_LOCATIONS_DIR bug

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Dec 9 00:29:10 AEDT 1999


Estimated hours taken: 0.1

Mmake.common.in:
	Fix a bug in my previous change that introduced
	SO_LOCATIONS_DIR: it needs a trailing "/".

Workspace: /home/mercury0/fjh/mercury
Index: Mmake.common.in
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmake.common.in,v
retrieving revision 1.42
diff -u -d -r1.42 Mmake.common.in
--- Mmake.common.in	1999/11/23 07:23:52	1.42
+++ Mmake.common.in	1999/12/08 13:25:35
@@ -62,7 +62,7 @@
 # which is used by the linker to help it to map different shared objects
 # to different virtual memory addresses at static link time, so as to avoid 
 # the need to relocate them at dynamic link time.
-SO_LOCATIONS_DIR	= $(MERCURY_DIR)
+SO_LOCATIONS_DIR	= $(MERCURY_DIR)/
 
 # Specify the Mmake command to link a shared library.
 # This is only used if EXT_FOR_SHARED_LIB was defined as `so' above.

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